Defines | |
#define | CUCUL_COLOR_BLACK 0x00 |
#define | CUCUL_COLOR_BLUE 0x01 |
#define | CUCUL_COLOR_GREEN 0x02 |
#define | CUCUL_COLOR_CYAN 0x03 |
#define | CUCUL_COLOR_RED 0x04 |
#define | CUCUL_COLOR_MAGENTA 0x05 |
#define | CUCUL_COLOR_BROWN 0x06 |
#define | CUCUL_COLOR_LIGHTGRAY 0x07 |
#define | CUCUL_COLOR_DARKGRAY 0x08 |
#define | CUCUL_COLOR_LIGHTBLUE 0x09 |
#define | CUCUL_COLOR_LIGHTGREEN 0x0a |
#define | CUCUL_COLOR_LIGHTCYAN 0x0b |
#define | CUCUL_COLOR_LIGHTRED 0x0c |
#define | CUCUL_COLOR_LIGHTMAGENTA 0x0d |
#define | CUCUL_COLOR_YELLOW 0x0e |
#define | CUCUL_COLOR_WHITE 0x0f |
#define | CUCUL_COLOR_DEFAULT 0x10 |
#define | CUCUL_COLOR_TRANSPARENT 0x20 |
|
The colour index for black. |
|
The colour index for blue. |
|
The colour index for green. |
|
The colour index for cyan. |
|
The colour index for red. |
|
The colour index for magenta. |
|
The colour index for brown. |
|
The colour index for light gray. |
|
The colour index for dark gray. |
|
The colour index for blue. |
|
The colour index for light green. |
|
The colour index for light cyan. |
|
The colour index for light red. |
|
The colour index for light magenta. |
|
The colour index for yellow. |
|
The colour index for white. |
|
The output driver's default colour. |
|
The transparent colour. |