Cheetah Software  1.0
Colors.h File Reference

Some colors commonly used in the simulator. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static constexpr float windows2000 []
 
static constexpr float disgustingGreen [] = {0.f, 0.2f, 0.2f}
 
static constexpr float checkerboardDark [] = {0.1f, 0.1f, 0.1f}
 
static constexpr float checkerboardLight [] = {0.8f, 0.8f, 0.8f}
 
static constexpr float defaultRobotColor [] = {0.1f, 0.1f, 0.1f}
 
static constexpr float debugRedColor [] = {0.5f, 0.05f, 0.05f}
 

Detailed Description

Some colors commonly used in the simulator.

Colors stored for use with OpenGL.

Definition in file Colors.h.

Variable Documentation

constexpr float checkerboardDark[] = {0.1f, 0.1f, 0.1f}
static

Definition at line 13 of file Colors.h.

constexpr float checkerboardLight[] = {0.8f, 0.8f, 0.8f}
static

Definition at line 14 of file Colors.h.

constexpr float debugRedColor[] = {0.5f, 0.05f, 0.05f}
static

Definition at line 16 of file Colors.h.

constexpr float defaultRobotColor[] = {0.1f, 0.1f, 0.1f}
static

Definition at line 15 of file Colors.h.

constexpr float disgustingGreen[] = {0.f, 0.2f, 0.2f}
static

Definition at line 12 of file Colors.h.

constexpr float windows2000[]
static
Initial value:
= {58.f / 256.f, 110.f / 256.f,
165.f / 256.f}

Definition at line 10 of file Colors.h.