ColorC(const ColorC &rCol) | ColorC | |
ColorC(float32 f32R=0, float32 f32G=0, float32 f32B=0, float32 f32A=1.0f) | ColorC | |
convert_from_uint8(uint8 ui8R, uint8 ui8G, uint8 ui8B, uint8 ui8A=255) | ColorC | |
operator *(float32 f32S) const | ColorC | |
operator *(const ColorC &rCol) const | ColorC | [inline] |
operator *(float32 f32S, const ColorC &rCol) | ColorC | [friend] |
operator *=(float32 f32S) | ColorC | |
operator const float32 *() | ColorC | |
operator!=(const ColorC &rCol) const | ColorC | |
operator+(const ColorC &rCol) const | ColorC | [inline] |
operator+=(const ColorC &rCol) | ColorC | [inline] |
operator-() const | ColorC | [inline] |
operator-(const ColorC &rCol) const | ColorC | [inline] |
operator-=(const ColorC &rCol) | ColorC | [inline] |
operator/(float32 f32S) const | ColorC | |
operator/=(float32 f32S) | ColorC | |
operator==(const ColorC &rCol) const | ColorC | |
operator[](int32 i) | ColorC | |
operator[](int32 i) const | ColorC | |
~ColorC() | ColorC |