A | Color | [static] |
B | Color | [static] |
Color() | Color | |
Color(float r, float g, float b) | Color | |
Color(float r, float g, float b, float a) | Color | |
G | Color | [static] |
initialize(float r, float g, float b) | Color | [private] |
initialize(float r, float g, float b, float a) | Color | [private] |
m_data | Color | [private] |
operator<<(std::ostream &out, const Color &col) | Color | [friend] |
operator[](int which) | Color | |
operator[](int which) const | Color | |
R | Color | [static] |
toArray() const | Color |