Bitmap widgets contain a single bitmap. The bitmap can be modulated with a color value, affecting its hue and transparency.
Returns a reference to the bitmap object representing the bitmap contained in the widget.
Return values
(bitmap)
A reference to the
bitmap object
Retrieves the resource name of the bitmap contained in the widget.
Return values
(string)
The name of the bitmap
Sets the bitmap contained in the widget.
Parameters
name (string)
The name of the bitmap resource to be displayed in the widget
Set the color the image is modulated with. The modulation operation scales the color components of the pixels in the
bitmap from zero to the value in the original bitmap, thus adjusting the hue of the image. The image color values can't
be scaled up using this functionality.
Parameters
color (string)
The color specified as a HTML compatible string representing an RGB color with an alpha (transparency)
value. The format of the string is 'aarrggbb', and each component is presented as a hexadecimal value from 00 to FF.