Byakuren 1.0.1
A theme color extracting library implemented by C.
Loading...
Searching...
No Matches
palette.h
Go to the documentation of this file.
1
8#ifndef CONST_PALETTE_H_
9#define CONST_PALETTE_H_
10#include "../bkr_common.h"
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
34
35#ifdef __cplusplus
36}
37#endif
38
39#endif // CONST_PALETTE_H_
const bkr_palette_array _default_palette
Byakuren - A theme color extracting library implemented by C.
Color palette array structure.
Definition bkr_common.h:145