#include </home/zeitlin/src/wx/github/interface/wx/image.h>
A simple class which stores hue, saturation and value as doubles in the range 0.0-1.0.
Public Member Functions | |
HSVValue (double h=0.0, double s=0.0, double v=0.0) | |
Constructor for HSVValue, an object that contains values for hue, saturation and value which represent the value of a color. | |
Public Attributes | |
double | hue |
double | saturation |
double | value |
wxImage::HSVValue::HSVValue | ( | double | h = 0.0 , |
double | s = 0.0 , |
||
double | v = 0.0 |
||
) |
Constructor for HSVValue, an object that contains values for hue, saturation and value which represent the value of a color.
It is used by wxImage::HSVtoRGB() and wxImage::RGBtoHSV(), which convert between HSV color space and RGB color space.
double wxImage::HSVValue::hue |
double wxImage::HSVValue::value |