wxImage
MODULE
MODULE SUMMARY
DESCRIPTION
DATA TYPES
EXPORTS
new(Name::string()) -> wxImage()
Equivalent to new(Name, []).
new(X::integer() | string(), X::integer() | term()) -> wxImage()
See external documentation.
Alternatives:
new(Width::integer(), Height::integer()) -> new(Width,Height, [])
new(Name::string(), [Option]) -> wxImage()
Option = {type, integer()} | {index, integer()}
new(X::integer() | string(), X::integer() | string(), X::binary() | term()) -> wxImage()
See external documentation.
Alternatives:
new(Width::integer(), Height::integer(), Data::binary()) -> new(Width,Height,Data, [])
new(Width::integer(), Height::integer(), [Option]) -> wxImage()
Option = {clear, bool()}
new(Name::string(), Mimetype::string(), [Option]) -> wxImage()
Option = {index, integer()}
new(Width::integer(), Height::integer(), Data::binary(), X::binary() | term()) -> wxImage()
See external documentation.
Alternatives:
new(Width::integer(), Height::integer(), Data::binary(), Alpha::binary()) -> new(Width,Height,Data,Alpha, [])
new(Width::integer(), Height::integer(), Data::binary(), [Option]) -> wxImage()
Option = {static_data, bool()}
Types:
blur(This::wxImage(), Radius::integer()) -> wxImage()
blurHorizontal(This::wxImage(), Radius::integer()) -> wxImage()
blurVertical(This::wxImage(), Radius::integer()) -> wxImage()
convertAlphaToMask(This::wxImage()) -> bool()
Equivalent to convertAlphaToMask(This, []).
convertAlphaToMask(This::wxImage(), Options::[Option]) -> bool()
Types:
convertToGreyscale(This::wxImage()) -> wxImage()
Equivalent to convertToGreyscale(This, []).
convertToGreyscale(This::wxImage(), Options::[Option]) -> wxImage()
Types:
convertToMono(This::wxImage(), R::integer(), G::integer(), B::integer()) -> wxImage()
copy(This::wxImage()) -> wxImage()
create(This::wxImage(), Width::integer(), Height::integer()) -> bool()
Equivalent to create(This, Width, Height, []).
create(This::wxImage(), Width::integer(), Height::integer(), X::binary() | term()) -> bool()
See external documentation.
Alternatives:
create(This::wxImage(), Width::integer(), Height::integer(), Data::binary()) -> create(This,Width,Height,Data, [])
create(This::wxImage(), Width::integer(), Height::integer(), [Option]) -> bool()
Option = {clear, bool()}
See external documentation.
Alternatives:
create(This::wxImage(), Width::integer(), Height::integer(), Data::binary(), Alpha::binary()) -> create(This,Width,Height,Data,Alpha, [])
create(This::wxImage(), Width::integer(), Height::integer(), Data::binary(), [Option]) -> bool()
Option = {static_data, bool()}
Types:
Destroy(This::wxImage()) -> ok
findFirstUnusedColour(This::wxImage()) -> {bool(), R::integer(), G::integer(), B::integer()}
Equivalent to findFirstUnusedColour(This, []).
Types:
getImageExtWildcard() -> string()
getAlpha(This::wxImage()) -> binary()
getAlpha(This::wxImage(), X::integer(), Y::integer()) -> integer()
getBlue(This::wxImage(), X::integer(), Y::integer()) -> integer()
getData(This::wxImage()) -> binary()
getGreen(This::wxImage(), X::integer(), Y::integer()) -> integer()
getImageCount(Name::string()) -> integer()
Equivalent to getImageCount(Name, []).
getImageCount(Name::string(), Options::[Option]) -> integer()
Types:
getHeight(This::wxImage()) -> integer()
getMaskBlue(This::wxImage()) -> integer()
getMaskGreen(This::wxImage()) -> integer()
getMaskRed(This::wxImage()) -> integer()
getOrFindMaskColour(This::wxImage()) -> {bool(), R::integer(), G::integer(), B::integer()}
getPalette(This::wxImage()) -> wxPalette() (see module wxPalette)
getRed(This::wxImage(), X::integer(), Y::integer()) -> integer()
getWidth(This::wxImage()) -> integer()
hasAlpha(This::wxImage()) -> bool()
hasMask(This::wxImage()) -> bool()
getOption(This::wxImage(), Name::string()) -> string()
getOptionInt(This::wxImage(), Name::string()) -> integer()
hasOption(This::wxImage(), Name::string()) -> bool()
initAlpha(This::wxImage()) -> ok
isTransparent(This::wxImage(), X::integer(), Y::integer()) -> bool()
Equivalent to isTransparent(This, X, Y, []).
isTransparent(This::wxImage(), X::integer(), Y::integer(), Options::[Option]) -> bool()
Types:
loadFile(This::wxImage(), Name::string()) -> bool()
Equivalent to loadFile(This, Name, []).
loadFile(This::wxImage(), Name::string(), Options::[Option]) -> bool()
Types:
loadFile(This::wxImage(), Name::string(), Mimetype::string(), Options::[Option]) -> bool()
Types:
removeHandler(Name::string()) -> bool()
mirror(This::wxImage()) -> wxImage()
Equivalent to mirror(This, []).
mirror(This::wxImage(), Options::[Option]) -> wxImage()
Types:
rescale(This::wxImage(), Width::integer(), Height::integer()) -> wxImage()
Equivalent to rescale(This, Width, Height, []).
rescale(This::wxImage(), Width::integer(), Height::integer(), Options::[Option]) -> wxImage()
Types:
Equivalent to resize(This, Size, Pos, []).
Types:
Equivalent to rotate(This, Angle, Centre_of_rotation, []).
Types:
rotateHue(This::wxImage(), Angle::float()) -> ok
rotate90(This::wxImage()) -> wxImage()
Equivalent to rotate90(This, []).
rotate90(This::wxImage(), Options::[Option]) -> wxImage()
Types:
saveFile(This::wxImage(), Name::string()) -> bool()
saveFile(This::wxImage(), Name::string(), X::integer() | string()) -> bool()
See external documentation.
Alternatives:
saveFile(This::wxImage(), Name::string(), Type::integer()) -> bool()
saveFile(This::wxImage(), Name::string(), Mimetype::string()) -> bool()
scale(This::wxImage(), Width::integer(), Height::integer()) -> wxImage()
Equivalent to scale(This, Width, Height, []).
scale(This::wxImage(), Width::integer(), Height::integer(), Options::[Option]) -> wxImage()
Types:
Equivalent to size(This, Size, Pos, []).
Types:
setAlpha(This::wxImage(), Alpha::binary()) -> ok
Equivalent to setAlpha(This, Alpha, []).
setAlpha(This::wxImage(), Alpha::binary(), Options::[Option]) -> ok
Types:
setAlpha(This::wxImage(), X::integer(), Y::integer(), Alpha::integer()) -> ok
setData(This::wxImage(), Data::binary()) -> ok
Equivalent to setData(This, Data, []).
setData(This::wxImage(), Data::binary(), Options::[Option]) -> ok
Types:
setData(This::wxImage(), Data::binary(), New_width::integer(), New_height::integer()) -> ok
Equivalent to setData(This, Data, New_width, New_height, []).
Types:
setMask(This::wxImage()) -> ok
Equivalent to setMask(This, []).
setMask(This::wxImage(), Options::[Option]) -> ok
Types:
setMaskColour(This::wxImage(), R::integer(), G::integer(), B::integer()) -> ok
setOption(This::wxImage(), Name::string(), X::integer() | string()) -> ok
See external documentation.
Alternatives:
setOption(This::wxImage(), Name::string(), Value::integer()) -> ok
setOption(This::wxImage(), Name::string(), Value::string()) -> ok
setPalette(This::wxImage(), Palette::wxPalette() (see module wxPalette)) -> ok
setRGB(This::wxImage(), X::integer(), Y::integer(), R::integer(), G::integer(), B::integer()) -> ok