table of contents
- buster 1:21.2.6+dfsg-1
- testing 1:23.2.6+dfsg-1
- unstable 1:23.2.6+dfsg-1
- experimental 1:24.0.5+dfsg-1
wxPalette(3erl) | Erlang Module Definition | wxPalette(3erl) |
NAME¶
wxPalette - See external documentation: wxPalette.DESCRIPTION¶
See external documentation: wxPalette.DATA TYPES¶
- wxPalette():
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.
EXPORTS¶
new() -> wxPalette()See external documentation.
new(Red, Green, Blue) -> wxPalette()
Types:
Green = binary()
Blue = binary()
See external documentation.
create(This, Red, Green, Blue) -> boolean()
Types:
Red = binary()
Green = binary()
Blue = binary()
See external documentation.
getColoursCount(This) -> integer()
Types:
See external documentation.
getPixel(This, Red, Green, Blue) -> integer()
Types:
Red = integer()
Green = integer()
Blue = integer()
See external documentation.
getRGB(This, Pixel) -> Result
Types:
This = wxPalette()
Pixel = integer()
See external documentation.
isOk(This) -> boolean()
Types:
See external documentation.
destroy(This::wxPalette()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8.6 |