0.3.1
|
Data Structures | |
union | rgb888 |
Not yet documented. More... | |
struct | rgb888.__unnamed8__ |
Macros | |
#define | RGB888_INITIALIZER(_cc, _r, _g, _b) |
Not yet documented. | |
#define | RGB888(_cc, _r, _g, _b) ((rgb888_t)RGB888_INITIALIZER(_cc, _r, _g, _b)) |
Not yet documented. | |
#define | RGB1555_RGB888_INITIALIZER(_msb, _r, _g, _b, _cc) |
Not yet documented. | |
#define | RGB1555_RGB888(_msb, _r, _g, _b, _cc) ((rgb888_t)RGB1555_RGB888_INITIALIZER(_msb, _r, _g, _b, _cc)) |
Not yet documented. | |
Typedefs | |
typedef union rgb1555 | rgb1555_t |
Not yet documented. | |
typedef union rgb888 | rgb888_t |
Not yet documented. | |
typedef union hsv | hsv_t |
Not yet documented. | |
Functions | |
void | rgb1555_rgb888_conv (const rgb1555_t *color_1555, rgb888_t *result) |
Not yet documented. | |
Description goes here.
union rgb888 |
Not yet documented.
Data Fields | ||
---|---|---|
struct rgb888.__unnamed8__ | __unnamed__ | |
uint8_t | comp[3] | Not yet documented. |
uint32_t | raw | Not yet documented. |
struct rgb888.__unnamed8__ |
#define RGB888_INITIALIZER | ( | _cc, | |
_r, | |||
_g, | |||
_b | |||
) |
Not yet documented.
_cc | Not yet documented. |
_r | Not yet documented. |
_g | Not yet documented. |
_b | Not yet documented. |
#define RGB888 | ( | _cc, | |
_r, | |||
_g, | |||
_b | |||
) | ((rgb888_t)RGB888_INITIALIZER(_cc, _r, _g, _b)) |
Not yet documented.
_cc | Not yet documented. |
_r | Not yet documented. |
_g | Not yet documented. |
_b | Not yet documented. |
#define RGB1555_RGB888_INITIALIZER | ( | _msb, | |
_r, | |||
_g, | |||
_b, | |||
_cc | |||
) |
Not yet documented.
_msb | Not yet documented. |
_r | Not yet documented. |
_g | Not yet documented. |
_b | Not yet documented. |
_cc | Not yet documunted. |
#define RGB1555_RGB888 | ( | _msb, | |
_r, | |||
_g, | |||
_b, | |||
_cc | |||
) | ((rgb888_t)RGB1555_RGB888_INITIALIZER(_msb, _r, _g, _b, _cc)) |
Not yet documented.
_msb | Not yet documented. |
_r | Not yet documented. |
_g | Not yet documented. |
_b | Not yet documented. |
_cc | Not yet documented. |