| Add(const CColor4f &in_col) |
CColor4f |
|
| CColor4f(float in_R=0, float in_G=0, float in_B=0, float in_A=0) |
CColor4f |
|
| CColor4f(float in_Arg1, float in_Arg2, float in_Arg3, float in_A, Type in_eColorType) |
CColor4f |
|
| CColor4f(const CColor4f &in_color) |
CColor4f |
|
| GetA() |
CColor4f |
|
| GetA() const |
CColor4f |
|
| GetAsHLSA(float &out_H, float &out_L, float &out_S, float &out_A) const |
CColor4f |
|
| GetAsHSVA(float &out_H, float &out_S, float &out_V, float &out_A) const |
CColor4f |
|
| GetAsRGBA(float &out_R, float &out_G, float &out_B, float &out_A) const |
CColor4f |
|
| GetB() |
CColor4f |
|
| GetB() const |
CColor4f |
|
| GetBrightness() const |
CColor4f |
|
| GetBrightnessWithAlpha() const |
CColor4f |
|
| GetG() |
CColor4f |
|
| GetG() const |
CColor4f |
|
| GetGrayscale() const |
CColor4f |
|
| GetGrayscaleWithAlpha() const |
CColor4f |
|
| GetH() const |
CColor4f |
|
| GetL() const |
CColor4f |
|
| GetR() |
CColor4f |
|
| GetR() const |
CColor4f |
|
| GetRGBA() |
CColor4f |
|
| GetRGBA() const |
CColor4f |
|
| GetS_HLSA() const |
CColor4f |
|
| GetS_HSVA() const |
CColor4f |
|
| GetV() const |
CColor4f |
|
| InverseRGB() |
CColor4f |
|
| IsNull(float in_fEpsilon) const |
CColor4f |
|
| Mul(float in_fFactor) |
CColor4f |
|
| Mul(const CColor4f &in_col) |
CColor4f |
|
| Negate() |
CColor4f |
|
| operator float *() |
CColor4f |
|
| operator!=(const CColor4f &in_rColor4f) const |
CColor4f |
|
| operator<(const CColor4f &in_rColor4f) const |
CColor4f |
|
| operator==(const CColor4f &in_rColor4f) const |
CColor4f |
|
| PutA(const float in_A) |
CColor4f |
|
| PutB(const float in_B) |
CColor4f |
|
| PutG(const float in_G) |
CColor4f |
|
| PutNull() |
CColor4f |
|
| PutR(const float in_R) |
CColor4f |
|
| Set(float in_R, float in_G, float in_B, float in_A) |
CColor4f |
|
| Set(float in_Arg1, float in_Arg2, float in_Arg3, float in_A, Type in_eColorType) |
CColor4f |
|
| Sub(const CColor4f &in_col) |
CColor4f |
|
| Type enum name |
CColor4f |
|
| ~CColor4f() |
CColor4f |
[inline] |