Retrieves 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 boolean getTransparent()
Returns true if Windows will draw the animation with a transparent background; returns false if the color specified in the animation clip will be used.
To set the value of the transparent property, use the setTransparent method.
See Also setTransparent