Go to the source code of this file.
|
#define | BLACK 1 |
|
#define | RED 2 |
|
#define | GREEN 3 |
|
#define | BLUE 4 |
|
#define | YELLOW 5 |
|
#define | CYAN 6 |
|
#define | MAGENTA 7 |
|
#define | WHITE 8 |
|
#define | GRAY 9 |
|
#define | ORANGE 10 |
|
#define | AQUA 11 |
|
#define | INDIGO 12 |
|
#define | VIOLET 13 |
|
#define | BROWN 14 |
|
#define | GREY GRAY |
|
#define | PURPLE VIOLET |
|
#define | D_COLOR_LIST "red,orange,yellow,green,blue,indigo,violet,white,black,gray,brown,magenta,aqua,grey,cyan,purple" |
|
#define | MAX_COLOR_LEN 32 |
|
◆ AQUA
◆ BLACK
◆ BLUE
◆ BROWN
◆ CYAN
◆ D_COLOR_LIST
#define D_COLOR_LIST "red,orange,yellow,green,blue,indigo,violet,white,black,gray,brown,magenta,aqua,grey,cyan,purple" |
◆ GRAY
◆ GREEN
◆ GREY
◆ INDIGO
◆ MAGENTA
◆ MAX_COLOR_LEN
◆ ORANGE
◆ PURPLE
◆ RED
◆ VIOLET
◆ WHITE
◆ YELLOW