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:
-
Red = binary()
Green = binary()
Blue = binary()
-
Red = binary()
-
See external documentation.
create(This, Red, Green, Blue) -> boolean()
-
Types:
-
This = wxPalette()
Red = binary()
Green = binary()
Blue = binary()
-
This = wxPalette()
-
See external documentation.
getColoursCount(This) -> integer()
-
Types:
-
This = wxPalette()
-
This = wxPalette()
-
See external documentation.
getPixel(This, Red, Green, Blue) -> integer()
-
Types:
-
This = wxPalette()
Red = integer()
Green = integer()
Blue = integer()
-
This = wxPalette()
-
See external documentation.
getRGB(This, Pixel) -> Result
-
Types:
-
Result = {Res::boolean(), Red::integer(), Green::integer(), Blue::integer()}
This = wxPalette()
Pixel = integer()
-
Result = {Res::boolean(), Red::integer(), Green::integer(), Blue::integer()}
-
See external documentation.
isOk(This) -> boolean()
-
Types:
-
This = wxPalette()
-
This = wxPalette()
-
See external documentation.
destroy(This::wxPalette()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>