OpenWalnut  1.5.0dev
Variables
defaultColor Namespace Reference

Some default colors. More...

Variables

const WColor DefaultPalette [22]
 the default palette colors More...
 
static const size_t DefaultPaletteSize = 22
 The size of the default palette. More...
 

Detailed Description

Some default colors.

Variable Documentation

◆ DefaultPalette

const WColor defaultColor::DefaultPalette
Initial value:
= {
RED, GREEN, BLUE, YELLOW, ORANGE, PINK, CYAN,
LIGHTRED, LIGHTGREEN, LIGHTBLUE, LIGHTYELLOW,
DARKRED, DARKGREEN, DARKBLUE, DARKYELLOW, VIOLET, TEAL,
BLACK, GRAY25, GRAY50, GRAY75, WHITE
}

the default palette colors

This array is a simple palette definition containing the above colors.

This palette is probably not very usable for all your special needs. DO NOT add thousand other palettes here. Define them for yourself, in your module.

Definition at line 38 of file WColor.cpp.

◆ DefaultPaletteSize

const size_t defaultColor::DefaultPaletteSize = 22
static

The size of the default palette.

Definition at line 100 of file WColor.h.