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

Parameters for the minimum difference color quantization method. More...

#include <bkr_common.h>

Data Fields

bkr_palette_arraypalette
 Pointer to a custom color palette.
 
int16_t gray_offset
 Offset for determining grayscale colors.
 

Detailed Description

Parameters for the minimum difference color quantization method.

This structure holds parameters used in the minimum difference method for color quantization, including a custom palette and grayscale offset.

Definition at line 156 of file bkr_common.h.

Field Documentation

◆ gray_offset

int16_t bkr_mindiff_parameter::gray_offset

Offset for determining grayscale colors.

Definition at line 158 of file bkr_common.h.

◆ palette

bkr_palette_array* bkr_mindiff_parameter::palette

Pointer to a custom color palette.

Definition at line 157 of file bkr_common.h.


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