Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Palette Class Reference

#include <palette.h>

Static Public Attributes

static constexpr KDColor YellowDark = KDColor::RGB24(0xffb734)
 
static constexpr KDColor YellowLight = KDColor::RGB24(0xffcc7b)
 
static constexpr KDColor PurpleBright = KDColor::RGB24(0x656975)
 
static constexpr KDColor PurpleDark = KDColor::RGB24(0x414147)
 
static constexpr KDColor GreyWhite = KDColor::RGB24(0xf5f5f5)
 
static constexpr KDColor GreyBright = KDColor::RGB24(0xececec)
 
static constexpr KDColor GreyMiddle = KDColor::RGB24(0xd9d9d9)
 
static constexpr KDColor GreyDark = KDColor::RGB24(0xa7a7a7)
 
static constexpr KDColor GreyVeryDark = KDColor::RGB24(0x8c8c8c)
 
static constexpr KDColor Select = KDColor::RGB24(0xd4d7e0)
 
static constexpr KDColor SelectDark = KDColor::RGB24(0xb0b8d8)
 
static constexpr KDColor WallScreen = KDColor::RGB24(0xf7f9fa)
 
static constexpr KDColor WallScreenDark = KDColor::RGB24(0xe0e6ed)
 
static constexpr KDColor SubTab = KDColor::RGB24(0xb8bbc5)
 
static constexpr KDColor LowBattery = KDColor::RGB24(0xf30211)
 
static constexpr KDColor Red = KDColor::RGB24(0xff000c)
 
static constexpr KDColor Magenta = KDColor::RGB24(0xff0588)
 
static constexpr KDColor Turquoise = KDColor::RGB24(0x60c1ec)
 
static constexpr KDColor Pink = KDColor::RGB24(0xffabb6)
 
static constexpr KDColor Blue = KDColor::RGB24(0x5075f2)
 
static constexpr KDColor Orange = KDColor::RGB24(0xfe871f)
 
static constexpr KDColor Green = KDColor::RGB24(0x76d435)
 

Detailed Description

Definition at line 6 of file palette.h.

Member Data Documentation

◆ Blue

constexpr KDColor Palette::Blue = KDColor::RGB24(0x5075f2)
static

Definition at line 27 of file palette.h.

◆ Green

constexpr KDColor Palette::Green = KDColor::RGB24(0x76d435)
static

Definition at line 29 of file palette.h.

◆ GreyBright

constexpr KDColor Palette::GreyBright = KDColor::RGB24(0xececec)
static

Definition at line 13 of file palette.h.

◆ GreyDark

constexpr KDColor Palette::GreyDark = KDColor::RGB24(0xa7a7a7)
static

Definition at line 15 of file palette.h.

◆ GreyMiddle

constexpr KDColor Palette::GreyMiddle = KDColor::RGB24(0xd9d9d9)
static

Definition at line 14 of file palette.h.

◆ GreyVeryDark

constexpr KDColor Palette::GreyVeryDark = KDColor::RGB24(0x8c8c8c)
static

Definition at line 16 of file palette.h.

◆ GreyWhite

constexpr KDColor Palette::GreyWhite = KDColor::RGB24(0xf5f5f5)
static

Definition at line 12 of file palette.h.

◆ LowBattery

constexpr KDColor Palette::LowBattery = KDColor::RGB24(0xf30211)
static

Definition at line 22 of file palette.h.

◆ Magenta

constexpr KDColor Palette::Magenta = KDColor::RGB24(0xff0588)
static

Definition at line 24 of file palette.h.

◆ Orange

constexpr KDColor Palette::Orange = KDColor::RGB24(0xfe871f)
static

Definition at line 28 of file palette.h.

◆ Pink

constexpr KDColor Palette::Pink = KDColor::RGB24(0xffabb6)
static

Definition at line 26 of file palette.h.

◆ PurpleBright

constexpr KDColor Palette::PurpleBright = KDColor::RGB24(0x656975)
static

Definition at line 10 of file palette.h.

◆ PurpleDark

constexpr KDColor Palette::PurpleDark = KDColor::RGB24(0x414147)
static

Definition at line 11 of file palette.h.

◆ Red

constexpr KDColor Palette::Red = KDColor::RGB24(0xff000c)
static

Definition at line 23 of file palette.h.

◆ Select

constexpr KDColor Palette::Select = KDColor::RGB24(0xd4d7e0)
static

Definition at line 17 of file palette.h.

◆ SelectDark

constexpr KDColor Palette::SelectDark = KDColor::RGB24(0xb0b8d8)
static

Definition at line 18 of file palette.h.

◆ SubTab

constexpr KDColor Palette::SubTab = KDColor::RGB24(0xb8bbc5)
static

Definition at line 21 of file palette.h.

◆ Turquoise

constexpr KDColor Palette::Turquoise = KDColor::RGB24(0x60c1ec)
static

Definition at line 25 of file palette.h.

◆ WallScreen

constexpr KDColor Palette::WallScreen = KDColor::RGB24(0xf7f9fa)
static

Definition at line 19 of file palette.h.

◆ WallScreenDark

constexpr KDColor Palette::WallScreenDark = KDColor::RGB24(0xe0e6ed)
static

Definition at line 20 of file palette.h.

◆ YellowDark

constexpr KDColor Palette::YellowDark = KDColor::RGB24(0xffb734)
static

Definition at line 8 of file palette.h.

◆ YellowLight

constexpr KDColor Palette::YellowLight = KDColor::RGB24(0xffcc7b)
static

Definition at line 9 of file palette.h.


The documentation for this class was generated from the following files: