OpenWalnut 1.3.1
Variables
defaultColor Namespace Reference

Some default colors. More...

Variables

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

Detailed Description

Some default colors.


Variable Documentation

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.

const size_t defaultColor::DefaultPaletteSize = 22 [static]

The size of the default palette.

Definition at line 100 of file WColor.h.