wx.Image_RGBValue

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

Properties Summary

Class API

Methods

__init__(r=0, g=0, b=0)

Constructor.

Parameters:

  • r (byte)
  • g (byte)
  • b (byte)

Returns:

wx.Image_RGBValue


Properties

blue
green
red