wxPalette(3erl) | Erlang Module Definition | wxPalette(3erl) |
wxPalette - See external documentation: wxPalette.
See external documentation: 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.
new() -> wxPalette()
See external documentation.
new(Red, Green, Blue) -> wxPalette()
Types:
See external documentation.
create(This, Red, Green, Blue) -> boolean()
Types:
See external documentation.
getColoursCount(This) -> integer()
Types:
See external documentation.
getPixel(This, Red, Green, Blue) -> integer()
Types:
See external documentation.
getRGB(This, Pixel) -> Result
Types:
See external documentation.
isOk(This) -> boolean()
Types:
See external documentation.
destroy(This::wxPalette()) -> ok
Destroys this object, do not use object again
<>
wx 1.8.6 |