|
Byakuren 1.0.1
A theme color extracting library implemented by C.
|
Color statistics structure. More...
#include <bkr_common.h>
Data Fields | |
| bkr_rgb | color |
| RGB color values. | |
| uint32_t | value |
| 32-bit integer representation of the color | |
| uint32_t | count |
| Frequency count of the color. | |
Color statistics structure.
This structure holds information about a specific color, including its RGB values, a 32-bit integer representation, and its frequency count. It is used to store results of color analysis operations.
Definition at line 103 of file bkr_common.h.
| bkr_rgb bkr_color_stats::color |
RGB color values.
Definition at line 104 of file bkr_common.h.
| uint32_t bkr_color_stats::count |
Frequency count of the color.
Definition at line 106 of file bkr_common.h.
| uint32_t bkr_color_stats::value |
32-bit integer representation of the color
Definition at line 105 of file bkr_common.h.