wx.Image_HSVValue

Inheritance diagram for 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

Properties Summary

Class API

Methods

__init__(h=0.0, s=0.0, v=0.0)

Constructor.

Parameters:

  • h (double)
  • s (double)
  • v (double)

Returns:

wx.Image_HSVValue


Properties

hue
saturation
value