|
| operator const float * () const |
|
float | operator[] (int i) const |
|
Color4 | operator- () const |
|
Color4 & | operator+= (const Color4 &c) |
|
Color4 & | operator-= (const Color4 &c) |
|
Color4 & | operator*= (const Color4 &c) |
|
bool | operator== (const Color4 &c) const |
|
bool | operator!= (const Color4 &c) const |
|
Color4 | operator+ (const Color4 &c) const |
|
Color4 | operator- (const Color4 &c) const |
|
Color4 | operator* (const Color4 &c) const |
|
bool | operator< (const Color4 &c) const |
|
void | ExtractHSV (float &h, float &s, float &v) const |
|
|
static Color4 | Create (float r, float g, float b, float a) |
|
static Color4 | HSV (float h, float s, float v, float a) |
|
|
float | r |
|
float | g |
|
float | b |
|
float | a |
|
The documentation for this class was generated from the following files: