Cheetah Software  1.0
Colors.h
Go to the documentation of this file.
1 
7 #ifndef PROJECT_COLORS_H
8 #define PROJECT_COLORS_H
9 
10 static constexpr float windows2000[] = {58.f / 256.f, 110.f / 256.f,
11  165.f / 256.f};
12 static constexpr float disgustingGreen[] = {0.f, 0.2f, 0.2f};
13 static constexpr float checkerboardDark[] = {0.1f, 0.1f, 0.1f};
14 static constexpr float checkerboardLight[] = {0.8f, 0.8f, 0.8f};
15 static constexpr float defaultRobotColor[] = {0.1f, 0.1f, 0.1f};
16 static constexpr float debugRedColor[] = {0.5f, 0.05f, 0.05f};
17 
18 #endif // PROJECT_COLORS_H
static constexpr float disgustingGreen[]
Definition: Colors.h:12
static constexpr float checkerboardLight[]
Definition: Colors.h:14
static constexpr float checkerboardDark[]
Definition: Colors.h:13
static constexpr float defaultRobotColor[]
Definition: Colors.h:15
static constexpr float debugRedColor[]
Definition: Colors.h:16
static constexpr float windows2000[]
Definition: Colors.h:10