Project
Loading...
Searching...
No Matches
o2::framework::PaletteHelpers Struct Reference

An helper class for colors and palettes. More...

#include <PaletteHelpers.h>

Static Public Attributes

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)
 

Detailed Description

An helper class for colors and palettes.

Definition at line 20 of file PaletteHelpers.h.

Member Data Documentation

◆ BLACK

const ImVec4 o2::framework::PaletteHelpers::BLACK = ImVec4(0x28 / 255., 0x28 / 255., 0x28 / 255., 1)
static

Definition at line 33 of file PaletteHelpers.h.

◆ BLUE

const ImVec4 o2::framework::PaletteHelpers::BLUE = ImVec4(0x3d / 255., 0xb7 / 255., 0xe0 / 255., 1)
static

Definition at line 23 of file PaletteHelpers.h.

◆ DARK_GREEN

const ImVec4 o2::framework::PaletteHelpers::DARK_GREEN = ImVec4(153. / 255., 61. / 255., 61. / 255., 255. / 255.)
static

Definition at line 30 of file PaletteHelpers.h.

◆ DARK_RED

const ImVec4 o2::framework::PaletteHelpers::DARK_RED = ImVec4(0xd4 / 255., 0x06 / 255., 0x02 / 255., 255. / 255.)
static

Definition at line 29 of file PaletteHelpers.h.

◆ DARK_YELLOW

const ImVec4 o2::framework::PaletteHelpers::DARK_YELLOW = ImVec4(0xf1 / 255., 0x9b / 255., 0x2c / 255., 255. / 255.)
static

Definition at line 31 of file PaletteHelpers.h.

◆ GRAY

const ImVec4 o2::framework::PaletteHelpers::GRAY = ImVec4(60 / 255., 60 / 255., 60 / 255., 1)
static

Definition at line 34 of file PaletteHelpers.h.

◆ GREEN

const ImVec4 o2::framework::PaletteHelpers::GREEN = ImVec4(0x7e / 255., 0xc4 / 255., 0x52 / 255., 1)
static

Definition at line 22 of file PaletteHelpers.h.

◆ LIGHT_GRAY

const ImVec4 o2::framework::PaletteHelpers::LIGHT_GRAY = ImVec4(75 / 255., 75 / 255., 75 / 255., 1)
static

Definition at line 35 of file PaletteHelpers.h.

◆ RED

const ImVec4 o2::framework::PaletteHelpers::RED = ImVec4(0.945, 0.094, 0.298, 1)
static

Definition at line 21 of file PaletteHelpers.h.

◆ SHADED_BLUE

const ImVec4 o2::framework::PaletteHelpers::SHADED_BLUE = ImVec4(0x7a / 255., 0xab / 255., 0xea / 255., 1)
static

Definition at line 27 of file PaletteHelpers.h.

◆ SHADED_GREEN

const ImVec4 o2::framework::PaletteHelpers::SHADED_GREEN = ImVec4(0x98 / 255., 0xba / 255., 0x96 / 255., 1)
static

Definition at line 26 of file PaletteHelpers.h.

◆ SHADED_RED

const ImVec4 o2::framework::PaletteHelpers::SHADED_RED = ImVec4(0xd5 / 255., 0x72 / 255., 0x73 / 255., 1)
static

Definition at line 25 of file PaletteHelpers.h.

◆ SHADED_YELLOW

const ImVec4 o2::framework::PaletteHelpers::SHADED_YELLOW = ImVec4(0xeb / 255., 0xb9 / 255., 0x7a / 255., 1)
static

Definition at line 28 of file PaletteHelpers.h.

◆ WHITE

const ImVec4 o2::framework::PaletteHelpers::WHITE = ImVec4(0xce / 255., 0xbe / 255., 0x91 / 255., 1)
static

Definition at line 32 of file PaletteHelpers.h.

◆ YELLOW

const ImVec4 o2::framework::PaletteHelpers::YELLOW = ImVec4(0.949, 0.769, 0.239, 1)
static

Definition at line 24 of file PaletteHelpers.h.


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