Byakuren 1.0.1
A theme color extracting library implemented by C.
|
Byakuren - A theme color extracting library implemented by C. More...
#include <mindiff.h>
Data Fields | |
bkr_rgb * | color |
Pointer to the RGB color. | |
uint32_t | count |
Frequency of the color's occurrence. | |
Byakuren - A theme color extracting library implemented by C.
Copyright (c) 2024 XadillaX i@233.nosp@m.3.mo.nosp@m.e
MIT License https://github.com/XadillaX/byakuren/blob/master/LICENSE
Color palette statistics structure.
This structure is used to store information about a color in the palette and its frequency of occurrence in the image being processed.
bkr_rgb* _bkr_palette_stats::color |
uint32_t _bkr_palette_stats::count |