Defines | |
#define | CACA_BLACK 0x00 |
#define | CACA_BLUE 0x01 |
#define | CACA_GREEN 0x02 |
#define | CACA_CYAN 0x03 |
#define | CACA_RED 0x04 |
#define | CACA_MAGENTA 0x05 |
#define | CACA_BROWN 0x06 |
#define | CACA_LIGHTGRAY 0x07 |
#define | CACA_DARKGRAY 0x08 |
#define | CACA_LIGHTBLUE 0x09 |
#define | CACA_LIGHTGREEN 0x0a |
#define | CACA_LIGHTCYAN 0x0b |
#define | CACA_LIGHTRED 0x0c |
#define | CACA_LIGHTMAGENTA 0x0d |
#define | CACA_YELLOW 0x0e |
#define | CACA_WHITE 0x0f |
#define | CACA_DEFAULT 0x10 |
#define | CACA_TRANSPARENT 0x20 |
#define | CACA_BOLD 0x01 |
#define | CACA_ITALICS 0x02 |
#define | CACA_UNDERLINE 0x04 |
#define | CACA_BLINK 0x08 |
|
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. |
|
The style mask for bold. |
|
The style mask for italics. |
|
The style mask for underline. |
|
The style mask for blink. |