Previous Up Next

_GETalphaBitmapBackground
Returns the background color of an AlphaBitmap.

I _GETalphaBitmapBackground (
AlphaBitmap _object_
)
Parameters

_object_
the relevant AlphaBitmap
Return value

The Scol color (24 bits) which corresponds to the background color of the object.
Remark

Depending on the format of the file loaded, the background color may or may not be supported (the function then returns nil).
See Also

AlphaBitmap, _GETalphaBitmapSize, _GETalphaBitmapTransparency, _GETalphaBitmaps, _SETalphaBitmapBackground.