|
|
struct { | |
|
uint32_t | palette_addr |
| | Address of an array with RGB values.
|
|
uint16_t | palette_num_colors |
| | Number of colors (in array above).
|
| } | |
| | For INDEXED type.
|
|
struct { | |
|
uint8_t | offset_red |
| | Offset of red value.
|
|
uint8_t | bits_red |
| | Bits used in red value.
|
|
uint8_t | offset_green |
| | Offset of green value.
|
|
uint8_t | bits_green |
| | Bits used in green value.
|
|
uint8_t | offset_blue |
| | Offset of blue value.
|
|
uint8_t | bits_blue |
| | Bits used in blue value.
|
| } | |
| | For RGB type.
|
The documentation for this union was generated from the following files: