A flim color.
More...
#include <FlimColor.h>
|
| static const Vect | black = Vect(0, 0, 0, 1) |
| | The black. More...
|
| |
| static const Vect | white = Vect(1, 1, 1, 1) |
| | The white. More...
|
| |
| static const Vect | lightGray = Vect(.75f, .75f, .75f, 1) |
| | The light gray. More...
|
| |
| static const Vect | darkGray = Vect(.5f, .5f, .5f, 1) |
| | The dark gray. More...
|
| |
| static const Vect | red = Vect(1, 0, 0, 1) |
| | The red. More...
|
| |
| static const Vect | green = Vect(0, 1, 0, 1) |
| | The green. More...
|
| |
| static const Vect | blue = Vect(0, 0, 1, 1) |
| | The blue. More...
|
| |
| static const Vect | pink = Vect(1, 0.360f, 0.976f, 1) |
| | The pink. More...
|
| |
| static const Vect | yellow = Vect(0.980f, 0.976f, 0) |
| | The yellow. More...
|
| |
| static const Vect | lightBlue = Vect(0.211f, 0.764f, 0.968f) |
| | The light blue. More...
|
| |
A flim color.
- Author
- Jack Campbell
- Date
- 3/5/2017
◆ black
| const Vect flimColor::black = Vect(0, 0, 0, 1) |
|
static |
◆ blue
| const Vect flimColor::blue = Vect(0, 0, 1, 1) |
|
static |
◆ darkGray
| const Vect flimColor::darkGray = Vect(.5f, .5f, .5f, 1) |
|
static |
◆ green
| const Vect flimColor::green = Vect(0, 1, 0, 1) |
|
static |
◆ lightBlue
| const Vect flimColor::lightBlue = Vect(0.211f, 0.764f, 0.968f) |
|
static |
◆ lightGray
| const Vect flimColor::lightGray = Vect(.75f, .75f, .75f, 1) |
|
static |
◆ pink
| const Vect flimColor::pink = Vect(1, 0.360f, 0.976f, 1) |
|
static |
◆ red
| const Vect flimColor::red = Vect(1, 0, 0, 1) |
|
static |
◆ white
| const Vect flimColor::white = Vect(1, 1, 1, 1) |
|
static |
◆ yellow
| const Vect flimColor::yellow = Vect(0.980f, 0.976f, 0) |
|
static |
The documentation for this class was generated from the following files: