Byakuren 1.0.1
A theme color extracting library implemented by C.
|
#include "../bkr_common.h"
Go to the source code of this file.
Variables | |
const bkr_palette_array | _default_palette |
Byakuren - A theme color extracting library implemented by C. | |
|
extern |
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
Default color palette used for color quantization and analysis.
This constant represents a predefined color palette containing 256 RGB colors. It is used as the default palette in various color processing functions throughout the Byakuren library when a custom palette is not provided.
The palette includes a wide range of colors, including:
This default palette is designed to provide a good balance between color accuracy and computational efficiency for most general-purpose color quantization tasks.