![]() |
MPLABĀ® Harmony Graphics Suite
|
This struct represents color mode information. More...
#include <legato_color.h>
Data Fields | |
| uint32_t | size |
| uint32_t | bpp |
| leBitsPerPixel | bppOrdinal |
| struct { | |
| uint32_t red | |
| uint32_t green | |
| uint32_t blue | |
| uint32_t alpha | |
| } | mask |
| struct { | |
| uint8_t red | |
| uint8_t green | |
| uint8_t blue | |
| uint8_t alpha | |
| } | shift |
This struct represents color mode information.
Color mode information keeps track of size, bpp, color channel mask and color.
| uint32_t bpp |
bpp value.
| leBitsPerPixel bppOrdinal |
bpp enum value.
| struct { ... } mask |
individual color mask.
| uint32_t size |
size in bytes.
1.8.18