This is the complete list of members for HPS::RGBColor, including all inherited members.
Black() | HPS::RGBColor | inlinestatic |
blue | HPS::RGBColor | |
Distance(RGBColor const &other_color) const | HPS::RGBColor | |
Equals(RGBColor const &c, int in_tolerance=32) const | HPS::RGBColor | inline |
Gray() const | HPS::RGBColor | inline |
green | HPS::RGBColor | |
HIC(float in_hue, float in_intensity, float in_chromaticity) | HPS::RGBColor | static |
HLS(float in_hue, float in_lightness, float in_saturation) | HPS::RGBColor | static |
HSV(float in_hue, float in_saturation, float in_value) | HPS::RGBColor | static |
Invalid() | HPS::RGBColor | inlinestatic |
IsGray() const | HPS::RGBColor | inline |
IsValid() const | HPS::RGBColor | inline |
operator!=(RGBColor const &c) const | HPS::RGBColor | inline |
operator*(RGBColor const &c) const | HPS::RGBColor | inline |
operator*(float s) const | HPS::RGBColor | inline |
operator*=(RGBColor const &c) | HPS::RGBColor | inline |
operator*=(float s) | HPS::RGBColor | inline |
operator+(RGBColor const &c) const | HPS::RGBColor | inline |
operator+(float s) const | HPS::RGBColor | inline |
operator+=(RGBColor const &c) | HPS::RGBColor | inline |
operator+=(float s) | HPS::RGBColor | inline |
operator-(RGBColor const &c) const | HPS::RGBColor | inline |
operator-(float s) const | HPS::RGBColor | inline |
operator-=(RGBColor const &c) | HPS::RGBColor | inline |
operator-=(float s) | HPS::RGBColor | inline |
operator/(float s) const | HPS::RGBColor | inline |
operator/=(float s) | HPS::RGBColor | inline |
operator==(RGBColor const &c) const | HPS::RGBColor | inline |
red | HPS::RGBColor | |
RGBColor() | HPS::RGBColor | inline |
RGBColor(float r, float g, float b) | HPS::RGBColor | inline |
RGBColor(RGB24Color const &c24) | HPS::RGBColor | explicit |
RGBColor(float gray) | HPS::RGBColor | inlineexplicit |
RGBColor(RGBAS32Color const &c32) | HPS::RGBColor | explicit |
RGBColor(RGBA32Color const &c32) | HPS::RGBColor | explicit |
RGBColor(RGBAColor const &c) | HPS::RGBColor | explicit |
ShowHIC(float &out_hue, float &out_intensity, float &out_chromaticity) const | HPS::RGBColor | |
ShowHLS(float &out_hue, float &out_lightness, float &out_saturation) const | HPS::RGBColor | |
ShowHSV(float &out_hue, float &out_saturation, float &out_value) const | HPS::RGBColor | |
White() | HPS::RGBColor | inlinestatic |