Method XbpBitmap():getDefaultBGColor() Foundation
Retrieves the default background color of a bitmap.
Syntax
:getDefaultBGColor() --> nRGBColor
Return
The method returns an RGB-encoded color value representing the image's default background color. In case of an error, the return value is equivalent to the #define constant GRA_CLR_INVALID.
Description
The :getDefaultBGColor() method retrieves the default background color of a bitmap. This method can be used to determine the default transparent color of an image, see :transparentClr instance variable.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.