wxImage
MODULE
MODULE SUMMARY
DESCRIPTION
DATA TYPES
EXPORTS
Types:
Equivalent to new(Name, []).
new(Width, Height) -> wxImage()
Types:
See external documentation.
Also:
new(Name, [Option]) -> wxImage() when
Name::unicode:chardata(),
Option :: {'type', integer()}
| {'index', integer()}.
new(Width, Height, Data) -> wxImage()
Types:
See external documentation.
Also:
new(Width, Height, [Option]) -> wxImage() when
Width::integer(), Height::integer(),
Option :: {'clear', boolean()};
(Name, Mimetype, [Option]) -> wxImage() when
Name::unicode:chardata(), Mimetype::unicode:chardata(),
Option :: {'index', integer()}.
new(Width, Height, Data, Alpha) -> wxImage()
Types:
See external documentation.
Also:
new(Width, Height, Data, [Option]) -> wxImage() when
Width::integer(), Height::integer(), Data::binary(),
Option :: {'static_data', boolean()}.
new(Width, Height, Data, Alpha, Options::[Option]) -> wxImage()
Types:
blur(This, Radius) -> wxImage()
Types:
blurHorizontal(This, Radius) -> wxImage()
Types:
blurVertical(This, Radius) -> wxImage()
Types:
convertAlphaToMask(This) -> boolean()
Types:
Equivalent to convertAlphaToMask(This, []).
convertAlphaToMask(This, Options::[Option]) -> boolean()
Types:
convertToGreyscale(This) -> wxImage()
Types:
Equivalent to convertToGreyscale(This, []).
convertToGreyscale(This, Options::[Option]) -> wxImage()
Types:
convertToMono(This, R, G, B) -> wxImage()
Types:
Types:
create(This, Width, Height) -> boolean()
Types:
Equivalent to create(This, Width, Height, []).
create(This, Width, Height, Data) -> boolean()
Types:
See external documentation.
Also:
create(This, Width, Height, [Option]) -> boolean() when
This::wxImage(), Width::integer(), Height::integer(),
Option :: {'clear', boolean()}.
create(This, Width, Height, Data, Alpha) -> boolean()
Types:
See external documentation.
Also:
create(This, Width, Height, Data, [Option]) -> boolean() when
This::wxImage(), Width::integer(), Height::integer(), Data::binary(),
Option :: {'static_data', boolean()}.
create(This, Width, Height, Data, Alpha, Options::[Option]) -> boolean()
Types:
Types:
findFirstUnusedColour(This) -> Result
Types:
Equivalent to findFirstUnusedColour(This, []).
findFirstUnusedColour(This, Options::[Option]) -> Result
Types:
getImageExtWildcard() -> charlist() (see module unicode)
Types:
getAlpha(This, X, Y) -> integer()
Types:
getBlue(This, X, Y) -> integer()
Types:
Types:
getGreen(This, X, Y) -> integer()
Types:
getImageCount(Name) -> integer()
Types:
Equivalent to getImageCount(Name, []).
getImageCount(Name, Options::[Option]) -> integer()
Types:
See external documentation.
Type = ?wxBITMAP_TYPE_INVALID | ?wxBITMAP_TYPE_BMP | ?wxBITMAP_TYPE_BMP_RESOURCE | ?wxBITMAP_TYPE_RESOURCE | ?wxBITMAP_TYPE_ICO | ?wxBITMAP_TYPE_ICO_RESOURCE | ?wxBITMAP_TYPE_CUR | ?wxBITMAP_TYPE_CUR_RESOURCE | ?wxBITMAP_TYPE_XBM | ?wxBITMAP_TYPE_XBM_DATA | ?wxBITMAP_TYPE_XPM | ?wxBITMAP_TYPE_XPM_DATA | ?wxBITMAP_TYPE_TIF | ?wxBITMAP_TYPE_TIF_RESOURCE | ?wxBITMAP_TYPE_GIF | ?wxBITMAP_TYPE_GIF_RESOURCE | ?wxBITMAP_TYPE_PNG | ?wxBITMAP_TYPE_PNG_RESOURCE | ?wxBITMAP_TYPE_JPEG | ?wxBITMAP_TYPE_JPEG_RESOURCE | ?wxBITMAP_TYPE_PNM | ?wxBITMAP_TYPE_PNM_RESOURCE | ?wxBITMAP_TYPE_PCX | ?wxBITMAP_TYPE_PCX_RESOURCE | ?wxBITMAP_TYPE_PICT | ?wxBITMAP_TYPE_PICT_RESOURCE | ?wxBITMAP_TYPE_ICON | ?wxBITMAP_TYPE_ICON_RESOURCE | ?wxBITMAP_TYPE_ANI | ?wxBITMAP_TYPE_IFF | ?wxBITMAP_TYPE_TGA | ?wxBITMAP_TYPE_MACCURSOR | ?wxBITMAP_TYPE_MACCURSOR_RESOURCE | ?wxBITMAP_TYPE_ANY
Types:
getMaskBlue(This) -> integer()
Types:
getMaskGreen(This) -> integer()
Types:
Types:
getOrFindMaskColour(This) -> Result
Types:
getPalette(This) -> wxPalette() (see module wxPalette)
Types:
getRed(This, X, Y) -> integer()
Types:
getSubImage(This, Rect) -> wxImage()
Types:
Types:
Types:
Types:
getOption(This, Name) -> charlist() (see module unicode)
Types:
getOptionInt(This, Name) -> integer()
Types:
hasOption(This, Name) -> boolean()
Types:
Types:
isTransparent(This, X, Y) -> boolean()
Types:
Equivalent to isTransparent(This, X, Y, []).
isTransparent(This, X, Y, Options::[Option]) -> boolean()
Types:
loadFile(This, Name) -> boolean()
Types:
Equivalent to loadFile(This, Name, []).
loadFile(This, Name, Options::[Option]) -> boolean()
Types:
loadFile(This, Name, Mimetype, Options::[Option]) -> boolean()
Types:
Types:
removeHandler(Name) -> boolean()
Types:
Types:
Equivalent to mirror(This, []).
mirror(This, Options::[Option]) -> wxImage()
Types:
replace(This, R1, G1, B1, R2, G2, B2) -> ok
Types:
rescale(This, Width, Height) -> wxImage()
Types:
Equivalent to rescale(This, Width, Height, []).
rescale(This, Width, Height, Options::[Option]) -> wxImage()
Types:
See external documentation.
Quality = integer
resize(This, Size, Pos) -> wxImage()
Types:
Equivalent to resize(This, Size, Pos, []).
resize(This, Size, Pos, Options::[Option]) -> wxImage()
Types:
rotate(This, Angle, Centre_of_rotation) -> wxImage()
Types:
Equivalent to rotate(This, Angle, Centre_of_rotation, []).
rotate(This, Angle, Centre_of_rotation, Options::[Option]) -> wxImage()
Types:
Types:
Types:
Equivalent to rotate90(This, []).
rotate90(This, Options::[Option]) -> wxImage()
Types:
saveFile(This, Name) -> boolean()
Types:
saveFile(This, Name, Type) -> boolean()
Types:
See external documentation.
Also:
saveFile(This, Name, Mimetype) -> boolean() when
This::wxImage(), Name::unicode:chardata(), Mimetype::unicode:chardata().
scale(This, Width, Height) -> wxImage()
Types:
Equivalent to scale(This, Width, Height, []).
scale(This, Width, Height, Options::[Option]) -> wxImage()
Types:
See external documentation.
Quality = integer
size(This, Size, Pos) -> wxImage()
Types:
Equivalent to size(This, Size, Pos, []).
size(This, Size, Pos, Options::[Option]) -> wxImage()
Types:
Types:
Equivalent to setAlpha(This, Alpha, []).
setAlpha(This, Alpha, Options::[Option]) -> ok
Types:
setAlpha(This, X, Y, Alpha) -> ok
Types:
Types:
Equivalent to setData(This, Data, []).
setData(This, Data, Options::[Option]) -> ok
Types:
setData(This, Data, New_width, New_height) -> ok
Types:
Equivalent to setData(This, Data, New_width, New_height, []).
setData(This, Data, New_width, New_height, Options::[Option]) -> ok
Types:
Types:
Equivalent to setMask(This, []).
setMask(This, Options::[Option]) -> ok
Types:
setMaskColour(This, R, G, B) -> ok
Types:
setMaskFromImage(This, Mask, Mr, Mg, Mb) -> boolean()
Types:
setOption(This, Name, Value) -> ok
Types:
See external documentation.
Also:
setOption(This, Name, Value) -> 'ok' when
This::wxImage(), Name::unicode:chardata(), Value::unicode:chardata().
setPalette(This, Palette) -> ok
Types:
setRGB(This, Rect, R, G, B) -> ok
Types:
setRGB(This, X, Y, R, G, B) -> ok
Types: