Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether Windows will draw the animation using a transparent background or the background color specified in the animation clip.
Syntax
public final void setTransparent( boolean value )
Parameters
value
Set to true if Windows will draw the animation with a transparent background; set to false if the background color specified in the animation clip will be used. The default value is false.
Remarks
To get the value of the transparent property, use the getTransparent method.
See Also getTransparent