Defines useful color constants. More...
Functions | |
| const Color4f | Red (1.0f, 0.0f, 0.0f) | 
| const Color4f | Green (0.0f, 1.0f, 0.0f) | 
| const Color4f | Blue (0.0f, 0.0f, 1.0f) | 
| const Color4f | Black (0.0f, 0.0f, 0.0f) | 
| const Color4f | Yellow (1.0f, 1.0f, 0.0f) | 
| const Color4f | Cyan (0.0f, 1.0f, 1.0f) | 
| const Color4f | Magenta (1.0f, 0.0f, 1.0f) | 
| const Color4f | White (1.0f, 1.0f, 1.0f) | 
| const Color4f | Gold (1.0f, 0.84f, 0.0f) | 
| const Color4f | Purple (0.5f, 0.0f, 0.5f) | 
| const Color4f | Orange (1.0f, 0.5f, 0.0f) | 
| const Color4f | Pink (1.0f, 0.7529412f, 0.7960784f) | 
| const Color4f | LightGray (0.2f, 0.2f, 0.2f) | 
| const Color4f | Gray (0.5f, 0.5f, 0.5f) | 
| const Color4f | DarkGray (0.8f, 0.8f, 0.8f) | 
| const Color4f | CornFlowerBlue ((byte) 100,(byte) 149,(byte) 237) | 
Defines useful color constants.
| const Color4f Color::Black | ( | 0. | 0f, | |
| 0. | 0f, | |||
| 0. | 0f | |||
| ) | 
Black
| const Color4f Color::Blue | ( | 0. | 0f, | |
| 0. | 0f, | |||
| 1. | 0f | |||
| ) | 
Blue
| const Color4f Color::Cyan | ( | 0. | 0f, | |
| 1. | 0f, | |||
| 1. | 0f | |||
| ) | 
Cyan
| const Color4f Color::DarkGray | ( | 0. | 8f, | |
| 0. | 8f, | |||
| 0. | 8f | |||
| ) | 
DarkGray
| const Color4f Color::Gold | ( | 1. | 0f, | |
| 0. | 84f, | |||
| 0. | 0f | |||
| ) | 
Gold
| const Color4f Color::Gray | ( | 0. | 5f, | |
| 0. | 5f, | |||
| 0. | 5f | |||
| ) | 
Gray
| const Color4f Color::Green | ( | 0. | 0f, | |
| 1. | 0f, | |||
| 0. | 0f | |||
| ) | 
Green
| const Color4f Color::LightGray | ( | 0. | 2f, | |
| 0. | 2f, | |||
| 0. | 2f | |||
| ) | 
LightGray
| const Color4f Color::Magenta | ( | 1. | 0f, | |
| 0. | 0f, | |||
| 1. | 0f | |||
| ) | 
Magenta
| const Color4f Color::Orange | ( | 1. | 0f, | |
| 0. | 5f, | |||
| 0. | 0f | |||
| ) | 
Orange
| const Color4f Color::Pink | ( | 1. | 0f, | |
| 0. | 7529412f, | |||
| 0. | 7960784f | |||
| ) | 
Pink
| const Color4f Color::Purple | ( | 0. | 5f, | |
| 0. | 0f, | |||
| 0. | 5f | |||
| ) | 
Purple
| const Color4f Color::Red | ( | 1. | 0f, | |
| 0. | 0f, | |||
| 0. | 0f | |||
| ) | 
Red
| const Color4f Color::White | ( | 1. | 0f, | |
| 1. | 0f, | |||
| 1. | 0f | |||
| ) | 
White
| const Color4f Color::Yellow | ( | 1. | 0f, | |
| 1. | 0f, | |||
| 0. | 0f | |||
| ) | 
Yellow
 1.6.3