***************** wx.Image_RGBValue ***************** Inheritance diagram for `wx.Image_RGBValue`: | .. inheritance-diagram:: wx.Image_RGBValue | Description =========== An object that contains values for red, green and blue 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 ^^^^^^^^^^^^^^^^^^ * `blue <#blue>`_ * `green <#green>`_ * `red <#red>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(r=0, g=0, b=0) Constructor. **Parameters:** * `r` (byte) * `g` (byte) * `b` (byte) | **Returns:** `wx.Image_RGBValue `_ -------- Properties ^^^^^^^^^^ .. attribute:: blue .. attribute:: green .. attribute:: red