c4x4rgb 2.0.0.0

Macros

#define C4X4RGB_COLOR_WHITE   0x001F1F1F
 
#define C4X4RGB_COLOR_RED   0x001F0000
 
#define C4X4RGB_COLOR_GREEN   0x00001F00
 
#define C4X4RGB_COLOR_BLUE   0x0000001F
 
#define C4X4RGB_COLOR_LIGHT_BLUE   0x00001F1F
 
#define C4X4RGB_COLOR_YELLOW   0x001F1F00
 
#define C4X4RGB_COLOR_PURPLE   0x001F001F
 

Detailed Description

Macro Definition Documentation

◆ C4X4RGB_COLOR_BLUE

#define C4X4RGB_COLOR_BLUE   0x0000001F

◆ C4X4RGB_COLOR_GREEN

#define C4X4RGB_COLOR_GREEN   0x00001F00

◆ C4X4RGB_COLOR_LIGHT_BLUE

#define C4X4RGB_COLOR_LIGHT_BLUE   0x00001F1F

◆ C4X4RGB_COLOR_PURPLE

#define C4X4RGB_COLOR_PURPLE   0x001F001F

◆ C4X4RGB_COLOR_RED

#define C4X4RGB_COLOR_RED   0x001F0000

◆ C4X4RGB_COLOR_WHITE

#define C4X4RGB_COLOR_WHITE   0x001F1F1F

◆ C4X4RGB_COLOR_YELLOW

#define C4X4RGB_COLOR_YELLOW   0x001F1F00