wxColourData
See external documentation: wxColourData.
See external documentation:
Functions
new() -> wxColourData()
See
new(Data) -> wxColourData()
Data = wxColourData()
See
getChooseFull(This) -> boolean()
This = wxColourData()
See
getColour(This) -> wx_colour4() (see module wx)
This = wxColourData()
See
getCustomColour(This, I) -> wx_colour4() (see module wx)
This = wxColourData()
I = integer()
See
setChooseFull(This, Flag) -> ok
This = wxColourData()
Flag = boolean()
See
setColour(This, Colour) -> ok
This = wxColourData()
Colour = wx_colour() (see module wx)
See
setCustomColour(This, I, Colour) -> ok
This = wxColourData()
I = integer()
Colour = wx_colour() (see module wx)
See
destroy(This::wxColourData()) -> ok
Destroys this object, do not use object again