Numworks Epsilon  1.4.1
Graphing Calculator Operating System
palette.cpp
Go to the documentation of this file.
1 #include <escher/palette.h>
2 
10 constexpr KDColor Palette::GreyDark;
12 constexpr KDColor Palette::Select;
16 constexpr KDColor Palette::SubTab;
18 constexpr KDColor Palette::Red;
19 constexpr KDColor Palette::Magenta;
20 constexpr KDColor Palette::Turquoise;
21 constexpr KDColor Palette::Pink;
22 constexpr KDColor Palette::Blue;
23 constexpr KDColor Palette::Orange;
24 constexpr KDColor Palette::Green;
static constexpr KDColor YellowDark
Definition: palette.h:8
static constexpr KDColor SelectDark
Definition: palette.h:18
static constexpr KDColor Blue
Definition: palette.h:27
static constexpr KDColor PurpleBright
Definition: palette.h:10
static constexpr KDColor GreyDark
Definition: palette.h:15
static constexpr KDColor Pink
Definition: palette.h:26
static constexpr KDColor SubTab
Definition: palette.h:21
static constexpr KDColor Magenta
Definition: palette.h:24
static constexpr KDColor Select
Definition: palette.h:17
static constexpr KDColor PurpleDark
Definition: palette.h:11
static constexpr KDColor LowBattery
Definition: palette.h:22
static constexpr KDColor YellowLight
Definition: palette.h:9
static constexpr KDColor GreyMiddle
Definition: palette.h:14
static constexpr KDColor Green
Definition: palette.h:29
static constexpr KDColor WallScreen
Definition: palette.h:19
Definition: color.h:6
static constexpr KDColor GreyVeryDark
Definition: palette.h:16
static constexpr KDColor Red
Definition: palette.h:23
static constexpr KDColor GreyBright
Definition: palette.h:13
static constexpr KDColor GreyWhite
Definition: palette.h:12
static constexpr KDColor Turquoise
Definition: palette.h:25
static constexpr KDColor Orange
Definition: palette.h:28
static constexpr KDColor WallScreenDark
Definition: palette.h:20