A simple class which stores hue, saturation and value as doubles in the range 0.0-1.0.
More...
#include <wx/image.h>
A simple class which stores hue, saturation and value as doubles in the range 0.0-1.0.
|
| | 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.
|
| |
◆ HSVValue()
| 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.
◆ hue
| double wxImage::HSVValue::hue |
◆ saturation
| double wxImage::HSVValue::saturation |
◆ value
| double wxImage::HSVValue::value |
The documentation for this class was generated from the following file: