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

Byakuren - A theme color extracting library implemented by C. More...

#include <mindiff.h>

Data Fields

bkr_rgbcolor
 Pointer to the RGB color.
 
uint32_t count
 Frequency of the color's occurrence.
 

Detailed Description

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.

Definition at line 23 of file mindiff.h.

Field Documentation

◆ color

bkr_rgb* _bkr_palette_stats::color

Pointer to the RGB color.

Definition at line 24 of file mindiff.h.

◆ count

uint32_t _bkr_palette_stats::count

Frequency of the color's occurrence.

Definition at line 25 of file mindiff.h.


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