|
static const ImVec4 | RED = ImVec4(0.945, 0.094, 0.298, 1) |
|
static const ImVec4 | GREEN = ImVec4(0x7e / 255., 0xc4 / 255., 0x52 / 255., 1) |
|
static const ImVec4 | BLUE = ImVec4(0x3d / 255., 0xb7 / 255., 0xe0 / 255., 1) |
|
static const ImVec4 | YELLOW = ImVec4(0.949, 0.769, 0.239, 1) |
|
static const ImVec4 | SHADED_RED = ImVec4(0xd5 / 255., 0x72 / 255., 0x73 / 255., 1) |
|
static const ImVec4 | SHADED_GREEN = ImVec4(0x98 / 255., 0xba / 255., 0x96 / 255., 1) |
|
static const ImVec4 | SHADED_BLUE = ImVec4(0x7a / 255., 0xab / 255., 0xea / 255., 1) |
|
static const ImVec4 | SHADED_YELLOW = ImVec4(0xeb / 255., 0xb9 / 255., 0x7a / 255., 1) |
|
static const ImVec4 | DARK_RED = ImVec4(0xd4 / 255., 0x06 / 255., 0x02 / 255., 255. / 255.) |
|
static const ImVec4 | DARK_GREEN = ImVec4(153. / 255., 61. / 255., 61. / 255., 255. / 255.) |
|
static const ImVec4 | DARK_YELLOW = ImVec4(0xf1 / 255., 0x9b / 255., 0x2c / 255., 255. / 255.) |
|
static const ImVec4 | WHITE = ImVec4(0xce / 255., 0xbe / 255., 0x91 / 255., 1) |
|
static const ImVec4 | BLACK = ImVec4(0x28 / 255., 0x28 / 255., 0x28 / 255., 1) |
|
static const ImVec4 | GRAY = ImVec4(60 / 255., 60 / 255., 60 / 255., 1) |
|
static const ImVec4 | LIGHT_GRAY = ImVec4(75 / 255., 75 / 255., 75 / 255., 1) |
|
An helper class for colors and palettes.
Definition at line 20 of file PaletteHelpers.h.