***************** wx.Image_HSVValue ***************** Inheritance diagram for `wx.Image_HSVValue`: | .. inheritance-diagram:: wx.Image_HSVValue | Description =========== 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 converts between HSV color space and RGB color space. Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `hue <#hue>`_ * `saturation <#saturation>`_ * `value <#value>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(h=0.0, s=0.0, v=0.0) Constructor. **Parameters:** * `h` (double) * `s` (double) * `v` (double) | **Returns:** `wx.Image_HSVValue `_ -------- Properties ^^^^^^^^^^ .. attribute:: hue .. attribute:: saturation .. attribute:: value