Go to the source code of this file.
◆ CSS_COLOR
#define CSS_COLOR |
( |
| r, |
|
|
| g, |
|
|
| b, |
|
|
| a ) |
Value:
A color representation with 4 components: red, green, blue, alpha.
COLOR4D & FromCSSRGBA(int aRed, int aGreen, int aBlue, double aAlpha=1.0)
Initialize the color from a RGBA value with 0-255 red/green/blue and 0-1 alpha.
Definition at line 26 of file builtin_color_themes.h.
◆ s_classicTheme
const std::map<int, COLOR4D> s_classicTheme |
|
static |
◆ s_copperColors
const std::vector<COLOR4D> s_copperColors |
|
static |
◆ s_defaultTheme
const std::map<int, COLOR4D> s_defaultTheme |
|
static |
◆ s_userColors
const std::vector<COLOR4D> s_userColors |
|
static |