| blue() const | Faith::Color | [inline] |
| cleanup() | Faith::Color | [static] |
| Color() | Faith::Color | |
| Color(int r, int g, int b) | Faith::Color | |
| Color(int x, int y, int z, Spec colorSpec) | Faith::Color | |
| Color(Faith::Rgb rgb, unsigned int pixel=0xffffffff) | Faith::Color | |
| Color(const Color &col) | Faith::Color | |
| dark(int f=200) const | Faith::Color | [inline] |
| green() const | Faith::Color | [inline] |
| Hsv enum value | Faith::Color | |
| hsv(int *hue, int *sat, int *value) const | Faith::Color | |
| initialize() | Faith::Color | [static] |
| light(int f=150) const | Faith::Color | [inline] |
| operator!=(const Color &c) const | Faith::Color | [inline] |
| operator=(const Color &col) | Faith::Color | |
| operator==(const Color &c) const | Faith::Color | |
| pixel() const | Faith::Color | [inline] |
| red() const | Faith::Color | [inline] |
| rgb(int *red, int *green, int *blue) const | Faith::Color | [inline] |
| rgb() const | Faith::Color | [inline] |
| Rgb enum value | Faith::Color | |
| setHsv(int hue, int sat, int value) | Faith::Color | |
| setRgb(int red, int green, int blue) | Faith::Color | [inline] |
| setRgb(Faith::Rgb rgb) | Faith::Color | |
| Spec enum name | Faith::Color | |