KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
#define | CSS_COLOR(r, g, b, a) COLOR4D().FromCSSRGBA( r, g, b, a ) |
Variables | |
static const std::map< int, COLOR4D > | s_defaultTheme |
static const std::map< int, COLOR4D > | s_classicTheme |
#define CSS_COLOR | ( | r, | |
g, | |||
b, | |||
a | |||
) | COLOR4D().FromCSSRGBA( r, g, b, a ) |
Definition at line 26 of file builtin_color_themes.h.
|
static |
Definition at line 249 of file builtin_color_themes.h.
Referenced by COLOR_SETTINGS::CreateBuiltinColorSettings().
|
static |
Definition at line 28 of file builtin_color_themes.h.
Referenced by COLOR_SETTINGS::COLOR_SETTINGS().