|
|
#define | TRGB_BLACK 0, 0, 0 |
| | Black color.
|
| |
|
#define | TRGB_BLUE 0, 0, 192 |
| | Blue color.
|
| |
|
#define | TRGB_GREEN 0, 128, 0 |
| | Green color.
|
| |
|
#define | TRGB_CYAN 0, 128, 128 |
| | Cyan color.
|
| |
|
#define | TRGB_RED 192, 0, 0 |
| | Red color.
|
| |
|
#define | TRGB_MAGENTA 96, 0, 192 |
| | Magenta color.
|
| |
|
#define | TRGB_BROWN 192, 128, 0 |
| | Brown color.
|
| |
|
#define | TRGB_LIGHTGRAY 192, 192, 192 |
| | Light gray color.
|
| |
|
#define | TRGB_DARKGRAY 128, 128, 128 |
| | Dark gray color.
|
| |
|
#define | TRGB_LIGHTBLUE 0, 0, 255 |
| | Light blue color.
|
| |
|
#define | TRGB_LIGHTGREEN 0, 255, 0 |
| | Light green color.
|
| |
|
#define | TRGB_LIGHTCYAN 0, 96, 255 |
| | Light cyan color.
|
| |
|
#define | TRGB_LIGHTRED 255, 0, 0 |
| | Light red color.
|
| |
|
#define | TRGB_LIGHTMAGENTA 96, 0, 255 |
| | Light magenta color.
|
| |
|
#define | TRGB_ORANGE 255, 128, 0 |
| | Orange color.
|
| |
|
#define | TRGB_YELLOW 255, 255, 0 |
| | Yellow color.
|
| |
|
#define | TRGB_WHITE 255, 255, 255 |
| | White color.
|
| |
|
#define | TRGB_PURPLE 255, 0, 255 |
| | Purple color.
|
| |
|
#define | TRGB_AZURE 0, 125, 255 |
| | Azure color.
|
| |
|
#define | TRGB_TANGERINE 255, 136, 0 |
| | Tangerine color.
|
| |
|
#define | TRGB_CERISE 255, 0, 125 |
| | Cerise color.
|
| |
|
#define | TRGB_OLIVE 128, 128, 0 |
| | Olive color.
|
| |
|
#define | TRGB_SPRINGGREEN 0, 255, 127 |
| | Spring green color.
|
| |
|
#define | TRGB_AVIATION 125, 225, 255 |
| | Aviation color.
|
| |
|
#define | TRGB_GOLD 205, 255, 25 |
| | Gold color.
|
| |