DOKK / manpages / debian 11 / erlang-manpages / wxColourData.3erl.en
wxColourData(3erl) Erlang Module Definition wxColourData(3erl)

wxColourData - See external documentation: wxColourData.

See external documentation: wxColourData.

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

new() -> wxColourData()

See external documentation.

new(Data) -> wxColourData()

Types:

Data = wxColourData()

See external documentation.

getChooseFull(This) -> boolean()

Types:

This = wxColourData()

See external documentation.

getColour(This) -> wx:wx_colour4()

Types:

This = wxColourData()

See external documentation.

getCustomColour(This, I) -> wx:wx_colour4()

Types:

This = wxColourData()
I = integer()

See external documentation.

setChooseFull(This, Flag) -> ok

Types:

This = wxColourData()
Flag = boolean()

See external documentation.

setColour(This, Colour) -> ok

Types:

This = wxColourData()
Colour = wx:wx_colour()

See external documentation.

setCustomColour(This, I, Colour) -> ok

Types:

This = wxColourData()
I = integer()
Colour = wx:wx_colour()

See external documentation.

destroy(This::wxColourData()) -> ok

Destroys this object, do not use object again

<>

wx 1.9.2