|
raSystem
1.0 bata
|
Go to the source code of this file.
Classes | |
| class | raColor |
Macros | |
| #define | raCOLORCON (0.003921568627450980392156862745098f) |
| #define | raCOLORCON (0.003921568627450980392156862745098f) |
Functions | |
| raColor | operator+ (const raColor &a, const raColor &b) |
| raColor | operator- (const raColor &a, const raColor &b) |
| raColor | operator- (const raColor &c) |
| raColor | operator* (const raColor &a, const raColor &b) |
| raColor | operator* (const raColor &c, const float f) |
| raColor | operator* (const float f, const raColor &c) |
| raColor | operator/ (const raColor &a, const raColor &b) |
| raColor | operator/ (const raColor &c, const float f) |
| bool | operator== (const raColor &a, const raColor &b) |
| bool | operator!= (const raColor &a, const raColor &b) |
| raColor | raColorNegate (const raColor &c) |
| float | raColorBrightness (const raColor &c) |
| raColor | raColorInterpolate (const raColor &c1, const raColor &c2, const float p) |
| raColor | raColorMin (const raColor &c1, const raColor &c2) |
| raColor | raColorMax (const raColor &c1, const raColor &c2) |
| RAPI raColor | raColorFromYUV (float y, float u, float v) |
| RAPI raColor | raColorFromHSV (float h, float s, float v) |
| RAPI raColor | raColorFromCMY (float c, float m, float y) |
| #define raCOLORCON (0.003921568627450980392156862745098f) |
Definition at line 14 of file raColor.cpp.
Definition at line 19 of file raColor.cpp.
Definition at line 5 of file raColor.cpp.