|
Allolib
1.0
C++ Components For Interactive Multimedia
|
This is the complete list of members for al::Color, including all inherited members.
| a | al::Color | |
| b | al::Color | |
| blackAndWhite() const | al::Color | inline |
| clamp(float max=1.f) | al::Color | inline |
| Color(float r, float g, float b, float a=1.f) | al::Color | inline |
| Color(const T *rgba) | al::Color | inline |
| Color(float gray=1.f, float a=1.f) | al::Color | inline |
| Color(const Colori &c) | al::Color | inline |
| Color(const HSV &hsv, float a=1.f) | al::Color | inline |
| Color(const RGB &rgb, float a=1.f) | al::Color | inline |
| Color(const CIE_XYZ &xyz, float a=1.f) | al::Color | inline |
| Color(const Lab &lab, float a=1.f) | al::Color | inline |
| Color(const HCLab &hclab, float a=1.f) | al::Color | inline |
| Color(const Luv &luv, float a=1.f) | al::Color | inline |
| Color(const HCLuv &hcluv, float a=1.f) | al::Color | inline |
| components | al::Color | |
| g | al::Color | |
| inverse() const | al::Color | inline |
| invert() | al::Color | inline |
| luminance() const | al::Color | inline |
| mix(const Color &c, float amt=0.5f) const | al::Color | inline |
| operator!=(const Color &v) const | al::Color | inline |
| operator*(const Color &v) const (defined in al::Color) | al::Color | inline |
| operator*(float v) const (defined in al::Color) | al::Color | inline |
| operator*=(const Color &v) (defined in al::Color) | al::Color | inline |
| operator*=(float v) (defined in al::Color) | al::Color | inline |
| operator+(const Color &v) const (defined in al::Color) | al::Color | inline |
| operator+(float v) const (defined in al::Color) | al::Color | inline |
| operator+=(const Color &v) (defined in al::Color) | al::Color | inline |
| operator+=(float v) (defined in al::Color) | al::Color | inline |
| operator-() const (defined in al::Color) | al::Color | inline |
| operator-(const Color &v) const (defined in al::Color) | al::Color | inline |
| operator-(float v) const (defined in al::Color) | al::Color | inline |
| operator-=(const Color &v) (defined in al::Color) | al::Color | inline |
| operator-=(float v) (defined in al::Color) | al::Color | inline |
| operator/(const Color &v) const (defined in al::Color) | al::Color | inline |
| operator/(float v) const (defined in al::Color) | al::Color | inline |
| operator/=(const Color &v) (defined in al::Color) | al::Color | inline |
| operator/=(float v) (defined in al::Color) | al::Color | inline |
| operator=(float v) | al::Color | inline |
| operator=(double v) (defined in al::Color) | al::Color | inline |
| operator=(const Colori &v) | al::Color | inline |
| operator=(const HSV &v) | al::Color | inline |
| operator=(const RGB &v) | al::Color | inline |
| operator=(const CIE_XYZ &v) | al::Color | |
| operator=(const Lab &v) | al::Color | |
| operator=(const HCLab &v) | al::Color | |
| operator=(const Luv &v) | al::Color | |
| operator=(const HCLuv &v) | al::Color | |
| operator==(const Color &v) const | al::Color | inline |
| operator[](int i) | al::Color | inline |
| operator[](int i) const | al::Color | inline |
| r | al::Color | |
| rgb() (defined in al::Color) | al::Color | inline |
| rgb() const (defined in al::Color) | al::Color | inline |
| set(const Color &c, float al) | al::Color | inline |
| set(float re, float gr, float bl, float al) | al::Color | inline |
| set(float re, float gr, float bl) | al::Color | inline |
| set(float v) | al::Color | inline |
| set(float v, float al) | al::Color | inline |
| set(const T *rgba) | al::Color | inline |