| b | Color | |
| Color() | Color | [inline] |
| Color(float _r, float _g, float _b) | Color | [inline] |
| g | Color | |
| operator *(float s, const Color &c) | Color | [friend] |
| operator *(float s) const | Color | [inline] |
| operator *(const Color &c) const | Color | [inline] |
| operator *=(float s) | Color | [inline] |
| operator *=(const Color &c) | Color | [inline] |
| operator+(const Color &c) const | Color | [inline] |
| operator+=(const Color &c) | Color | [inline] |
| operator-() | Color | [inline] |
| operator-(const Color &c) const | Color | [inline] |
| operator-=(const Color &c) | Color | [inline] |
| operator/(float s) const | Color | [inline] |
| operator/(const Color &c) const | Color | [inline] |
| operator/=(float s) | Color | [inline] |
| operator/=(const Color &c) | Color | [inline] |
| operator<<(std::ostream &os, const Color &c) | Color | [friend] |
| r | Color |
1.4.4