Sets a boolean value indicating whether Windows will draw the animation using a transparent background or the background color specified in the animation clip.
public final void setTransparent( boolean value )
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.
To get the value of the transparent property, use the getTransparent method.
See Also getTransparent