Color32() | Color32 | [inline] |
Color32(unsigned char ucR, unsigned char ucG, unsigned char ucB, unsigned char ucA=0xFF) | Color32 | [inline] |
Color32(unsigned char *pucComponents) | Color32 | [inline] |
Color32(const Color &rkColor) | Color32 | [inline] |
Color32(float *pfComponents) | Color32 | [inline] |
Color32(float fR, float fG, float fB, float fA=1.0f) | Color32 | [inline] |
m_uiColor | Color32 | [private] |
operator const unsigned int &() const | Color32 | [inline] |
operator unsigned char *() | Color32 | [inline] |
operator=(const Color32 &rkColor) | Color32 | [inline] |
operator=(const Color &rkColor) | Color32 | [inline] |
operator=(unsigned int uiColor) | Color32 | [inline] |
operator[](int iComponent) | Color32 | [inline] |
operator[](int iComponent) const | Color32 | [inline] |
s_uiComponent | Color32 | [static] |
s_uiShift | Color32 | [static] |
Set(unsigned char ucR, unsigned char ucG, unsigned char ucB, unsigned char ucA=0xFF) | Color32 | [inline] |
Set(unsigned char *pucComponents) | Color32 | [inline] |
Set(const Color &rkColor) | Color32 | [inline] |
Set(float fR, float fG, float fB, float fA=1.0f) | Color32 | [inline] |