A simple class which stores hue, saturation and value as doubles in the range 0.0-1.0.
Constructor for wx.Image.HSVValue, an object that contains values for hue, saturation and value which represent the value of a color. |
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Possible constructors:
HSVValue(h: float=0.0, s: float=0.0, v: float=0.0) -> None
A simple class which stores hue, saturation and value as doubles in the range 0.0-1.0.
Constructor for wx.Image.HSVValue, an object that contains values for hue, saturation and value which represent the value of a color.
It is used by wx.Image.HSVtoRGB
and wx.Image.RGBtoHSV
, which convert between HSV
color space and RGB
color space.
h (float)
s (float)
v (float)
None
A public C++ attribute of type float
.
A public C++ attribute of type float
.
A public C++ attribute of type float
.