|
| cColor (float afR, float afG, float afB, float afA) |
|
| cColor (float afR, float afG, float afB) |
|
| cColor (float afVal) |
|
| cColor (float afVal, float afA) |
|
cColor | operator* (float afVal) const |
|
cColor | operator/ (float afVal) const |
|
cColor | operator+ (const cColor &aCol) const |
|
cColor | operator- (const cColor &aCol) const |
|
cColor | operator* (const cColor &aCol) const |
|
cColor | operator/ (const cColor &aCol) const |
|
bool | operator== (cColor aCol) const |
|
tString | ToString () const |
|
tString | ToFileString () const |
|
void | FromVec (float *apV) |
|
|
float | r |
|
float | g |
|
float | b |
|
float | a |
|
The documentation for this class was generated from the following file:
- engines/hpl1/engine/graphics/Color.h