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

wxMask - See external documentation: wxMask.

See external documentation: wxMask.

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() -> wxMask()

See external documentation.

new(Bitmap) -> wxMask()

Types:

Bitmap = wxBitmap:wxBitmap()

See external documentation.

new(Bitmap, PaletteIndex) -> wxMask()
new(Bitmap, Colour) -> wxMask()

Types:

Bitmap = wxBitmap:wxBitmap()
PaletteIndex = integer()
Bitmap = wxBitmap:wxBitmap()
Colour = wx:wx_colour()

See external documentation.
Also:
new(Bitmap, Colour) -> wxMask() when
Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().

create(This, Bitmap) -> boolean()

Types:

This = wxMask()
Bitmap = wxBitmap:wxBitmap()

See external documentation.

create(This, Bitmap, PaletteIndex) -> boolean()
create(This, Bitmap, Colour) -> boolean()

Types:

This = wxMask()
Bitmap = wxBitmap:wxBitmap()
PaletteIndex = integer()
This = wxMask()
Bitmap = wxBitmap:wxBitmap()
Colour = wx:wx_colour()

See external documentation.
Also:
create(This, Bitmap, Colour) -> boolean() when
This::wxMask(), Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().

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

Destroys this object, do not use object again

<>

wx 1.9.2