Search
ImageAttributes.setOpacity Method
See Also
 






Sets the opacity to apply to the image during rendering.

Namespace: com.mindfusion.drawing
File: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void setOpacity (
    double value
)

 Parameters

value

A float value in the range [0..1].

 See Also