DEXTUploadJ
DEXTUploadJ References > ImageTool > Method > setTransparency

setTransparency Method

Version
1.0.1.0
Environment
Sun JDK1.4
Target
ImageTool
Signature
public void setTransparency(float _alpha)
Parameters
Name Signature Description
_alphafloatTransparency. Has the value between 0.0 to 1.0. The smaller the value, the more the transparency.
Return value
Throws
Description

Assign transparency.

Usage
ImageTool image = ImageTool.getImageTool();

image.setTransparency(0.5f);