Bitmap.setTransparent

Overview | Methods | This Package | All Packages

Bitmap.setTransparent

Specifies whether the bitmap will be drawn transparently.

Syntax

public final void setTransparent( boolean transparent )

Parameters

transparent

If set to true, the object's specified transparent color is not rendered when the image is drawn; otherwise, the transparent color is drawn.

See Also   getTransparent, setTransparentColor