wxpalette(3) - Linux man page
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::binary(), Green::binary(), Blue::binary()) -> wxPalette()
See external documentation.
create(This::wxPalette(), Red::binary(), Green::binary(), Blue::binary()) -> bool()
See external documentation.
getColoursCount(This::wxPalette()) -> integer()
See external documentation.
getPixel(This::wxPalette(), Red::integer(), Green::integer(), Blue::integer()) -> integer()
See external documentation.
getRGB(This::wxPalette(), Pixel::integer()) -> {bool(), Red::integer(), Green::integer(), Blue::integer()}
See external documentation.
isOk(This::wxPalette()) -> bool()
See external documentation.
destroy(This::wxPalette()) -> ok
Destroys this object, do not use object again
Authors
<>