SourceForge.net wxColour

wxColour

wxColour
A colour is an object representing a combination of Red, Green, and Blue (RGB) intensity values, and is used to determine drawing colours. See the entry for wxColourDatabase for how a pointer to a predefined, named colour may be returned instead of creating a new colour. Valid RGB values are in the range 0 to 255. Not yet implemented: You can retrieve the current system colour settings with wxSystemSettings. See also wxPen, wxBrush, wxColourDialog, wxSystemSettings
Functions/Procedures
Supertopics

wxColour

[func]
get_blue
( atom color )

Category: wxColour

Returns the blue intensity of a wxColour.


wxColour

[func]
get_green
( atom color )

Category: wxColour

Returns the green intensity of a wxColour.


wxColour

[func]
get_red
( atom color )

Category: wxColour

Returns the red intensity of a wxColour.