Byakuren 1.0.1
A theme color extracting library implemented by C.
|
Color palette array structure. More...
#include <bkr_common.h>
Data Fields | |
uint32_t | count |
Number of colors in the palette. | |
bkr_rgb * | colors |
Pointer to an array of RGB colors. | |
Color palette array structure.
This structure represents a color palette, containing a count of colors and a pointer to an array of RGB color structures.
Definition at line 145 of file bkr_common.h.
bkr_rgb* bkr_palette_array::colors |
Pointer to an array of RGB colors.
Definition at line 147 of file bkr_common.h.
uint32_t bkr_palette_array::count |
Number of colors in the palette.
Definition at line 146 of file bkr_common.h.