Macros | |
#define | D4D_COLOR_RGB565_GET_R(color) |
The macro gets the Red component from 16-bit RGB565 format to 8-bit component format. More... | |
#define | D4D_COLOR_RGB565_GET_G(color) |
The macro gets the Green component from 16-bit RGB565 format to 8-bit component format. More... | |
#define | D4D_COLOR_RGB565_GET_B(color) |
The macro gets the Blue component from 16-bit RGB565 format to 8-bit component format. More... | |
#define | D4D_COLOR_BGR565_GET_B(color) |
The macro gets the Red component from 16-bit BGR565 format to 8-bit component format. More... | |
#define | D4D_COLOR_BGR565_GET_G(color) |
The macro gets the Green component from 16-bit BGR565 format to 8-bit component format. More... | |
#define | D4D_COLOR_BGR565_GET_R(color) |
The macro gets the Blue component from 16-bit BGR565 format to 8-bit component format. More... | |
#define | D4D_COLOR565_GET_R(color) |
The macro gets the Red component from 16-bit standard format to 8-bit component format. More... | |
#define | D4D_COLOR565_GET_G(color) |
The macro gets the Green component from 16-bit standard format to 8-bit component format. More... | |
#define | D4D_COLOR565_GET_B(color) |
The macro gets the Blue component from 16-bit standard format to 8-bit component format. More... | |
#define | D4D_COLOR_RGB565(R, G, B) |
The macro create the color from the color component Red/Green/Blue to 16-bit RGB565 format (the input parameters are 8-bit) More... | |
#define | D4D_COLOR_BGR565(R, G, B) |
The macro create the color from the color component Red/Green/Blue to 16-bit BGR565 format (the input parameters are 8-bit) More... | |
This section specifies help macros to handle 16-bit color format(565).
#define D4D_COLOR565_GET_B | ( | color | ) |
The macro gets the Blue component from 16-bit standard format to 8-bit component format.
Definition at line 299 of file d4d_scheme.h.
#define D4D_COLOR565_GET_G | ( | color | ) |
The macro gets the Green component from 16-bit standard format to 8-bit component format.
Definition at line 298 of file d4d_scheme.h.
#define D4D_COLOR565_GET_R | ( | color | ) |
The macro gets the Red component from 16-bit standard format to 8-bit component format.
Definition at line 297 of file d4d_scheme.h.
#define D4D_COLOR_BGR565 | ( | R, | |
G, | |||
B | |||
) |
The macro create the color from the color component Red/Green/Blue to 16-bit BGR565 format (the input parameters are 8-bit)
Definition at line 302 of file d4d_scheme.h.
#define D4D_COLOR_BGR565_GET_B | ( | color | ) |
The macro gets the Red component from 16-bit BGR565 format to 8-bit component format.
Definition at line 292 of file d4d_scheme.h.
#define D4D_COLOR_BGR565_GET_G | ( | color | ) |
The macro gets the Green component from 16-bit BGR565 format to 8-bit component format.
Definition at line 293 of file d4d_scheme.h.
#define D4D_COLOR_BGR565_GET_R | ( | color | ) |
The macro gets the Blue component from 16-bit BGR565 format to 8-bit component format.
Definition at line 294 of file d4d_scheme.h.
#define D4D_COLOR_RGB565 | ( | R, | |
G, | |||
B | |||
) |
The macro create the color from the color component Red/Green/Blue to 16-bit RGB565 format (the input parameters are 8-bit)
Definition at line 301 of file d4d_scheme.h.
#define D4D_COLOR_RGB565_GET_B | ( | color | ) |
The macro gets the Blue component from 16-bit RGB565 format to 8-bit component format.
Definition at line 290 of file d4d_scheme.h.
#define D4D_COLOR_RGB565_GET_G | ( | color | ) |
The macro gets the Green component from 16-bit RGB565 format to 8-bit component format.
Definition at line 289 of file d4d_scheme.h.
#define D4D_COLOR_RGB565_GET_R | ( | color | ) |
The macro gets the Red component from 16-bit RGB565 format to 8-bit component format.
Definition at line 288 of file d4d_scheme.h.