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

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.
 

Detailed Description

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.

Field Documentation

◆ color

bkr_rgb bkr_color_stats::color

RGB color values.

Definition at line 104 of file bkr_common.h.

◆ count

uint32_t bkr_color_stats::count

Frequency count of the color.

Definition at line 106 of file bkr_common.h.

◆ value

uint32_t bkr_color_stats::value

32-bit integer representation of the color

Definition at line 105 of file bkr_common.h.


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