Byakuren 1.0.1
A theme color extracting library implemented by C.
Loading...
Searching...
No Matches
bkr_palette_array Struct Reference

Color palette array structure. More...

#include <bkr_common.h>

Data Fields

uint32_t count
 Number of colors in the palette.
 
bkr_rgbcolors
 Pointer to an array of RGB colors.
 

Detailed Description

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.

Field Documentation

◆ colors

bkr_rgb* bkr_palette_array::colors

Pointer to an array of RGB colors.

Definition at line 147 of file bkr_common.h.

◆ count

uint32_t bkr_palette_array::count

Number of colors in the palette.

Definition at line 146 of file bkr_common.h.


The documentation for this struct was generated from the following file: