clear() | VIEW::ColorHSV | [virtual] |
ColorHSV() | VIEW::ColorHSV | |
ColorHSV(const ColorHSV &color) | VIEW::ColorHSV | |
ColorHSV(const ColorRGBA &color) | VIEW::ColorHSV | |
ColorHSV(const char *value) | VIEW::ColorHSV | |
ColorHSV(const String &value) | VIEW::ColorHSV | |
ColorHSV(const ColorUnitHue &hue, const ColorUnit &saturation, const ColorUnit &value) | VIEW::ColorHSV | |
ColorRGBA (defined in VIEW::ColorHSV) | VIEW::ColorHSV | [friend] |
dump(std::ostream &s=std::cout, Size depth=0) const | VIEW::ColorHSV | [virtual] |
get(ColorRGBA &color) const | VIEW::ColorHSV | |
get(char *value) const | VIEW::ColorHSV | |
get(String &value) const | VIEW::ColorHSV | |
get(ColorUnitHue &hue, ColorUnit &saturation, ColorUnit &value) const | VIEW::ColorHSV | |
getHue() | VIEW::ColorHSV | |
getHue() const | VIEW::ColorHSV | |
getSaturation() | VIEW::ColorHSV | |
getSaturation() const | VIEW::ColorHSV | |
getValue() | VIEW::ColorHSV | |
getValue() const | VIEW::ColorHSV | |
operator String() const | VIEW::ColorHSV | |
operator!=(const ColorHSV &color) const | VIEW::ColorHSV | |
operator<(const ColorHSV &color) const | VIEW::ColorHSV | |
operator<<(std::ostream &s, const ColorHSV &color) | VIEW::ColorHSV | [friend] |
operator<=(const ColorHSV &color) const | VIEW::ColorHSV | |
operator=(const ColorHSV &color) | VIEW::ColorHSV | |
operator=(const ColorRGBA &color) | VIEW::ColorHSV | |
operator=(const char *value) | VIEW::ColorHSV | |
operator=(const String &value) | VIEW::ColorHSV | |
operator==(const ColorHSV &color) const | VIEW::ColorHSV | |
operator>(const ColorHSV &color) const | VIEW::ColorHSV | |
operator>=(const ColorHSV &color) const | VIEW::ColorHSV | |
operator>>(std::istream &s, ColorHSV &color) | VIEW::ColorHSV | [friend] |
set(const ColorHSV &color) | VIEW::ColorHSV | |
set(const ColorRGBA &color) | VIEW::ColorHSV | |
set(const char *value) | VIEW::ColorHSV | |
set(const String &value) | VIEW::ColorHSV | |
set(const ColorUnitHue &hue, const ColorUnit &saturation, const ColorUnit &value) | VIEW::ColorHSV | |
setHue(const ColorUnitHue &hue) | VIEW::ColorHSV | |
setSaturation(const ColorUnit &saturation) | VIEW::ColorHSV | |
setValue(const ColorUnit &value) | VIEW::ColorHSV | |
swap(ColorHSV &color) | VIEW::ColorHSV | |
~ColorHSV() | VIEW::ColorHSV | [virtual] |