Public Member Functions | |
| Color () | |
| Color (UINT32 argb) | |
| Color (UINT8 ri, UINT8 gi, UINT8 bi, UINT8 ai=255) | |
| Color (const Vector3 &v) | |
| Color (const Vector4 &v) | |
| void | set (UINT8 ri, UINT8 gi, UINT8 bi, UINT8 ai) |
| void | set (UINT8 ri, UINT8 gi, UINT8 bi) |
| void | setAlpha (UINT8 ai) |
| void | set (const Vector3 &v) |
| void | set (const Vector4 &v) |
| void | set (UINT32 argb) |
| UINT32 | getUINT32 () const |
| void | operator= (const Vector3 &v) |
| void | operator= (const Vector4 &v) |
| Color & | operator+= (const Color &c) |
| Color & | operator-= (const Color &c) |
| Color & | operator *= (const Color &c) |
| Color & | operator+= (float f) |
| Color & | operator *= (float f) |
| Color & | operator+= (const Vector3 &v) |
| Color & | operator *= (const Vector3 &v) |
| Color & | operator+= (const Vector4 &v) |
| Color & | operator *= (const Vector4 &v) |
| void | toVector3 (Vector3 &v) const |
| void | toVector4 (Vector4 &v) const |
| Vector3 | toVector3 () const |
| Vector4 | toVector4 () const |
Public Attributes | |
| UINT8 | b |
| UINT8 | g |
| UINT8 | r |
| UINT8 | a |
Definition at line 14 of file color.h.
1.5.1-p1