github.com/256dpi/max-go@v0.7.0/lib/max/ext_colors.h (about)

     1  #ifndef _EXT_COLORS_H_
     2  #define _EXT_COLORS_H_
     3  
     4  /*
     5  #define P_WHITE 0
     6  #define P_BLACK 1
     7  #define P_GRAYULITE 20
     8  #define P_GRAYVLITE 21
     9  #define P_GRAYLITE 22
    10  #define P_GRAYMED 25
    11  #define P_GRAYDARK 27
    12  #define P_COLOR1 4
    13  #define P_COLOR16 19
    14  #define P_YELLOW 32
    15  #define P_RED 33
    16  */
    17  
    18  #endif /* _EXT_COLORS_H_ */