Search
AeroEffect.setOpacity Method
See Also
 






Sets the opacity to apply to the element's background.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setOpacity (
    float value
)

 Parameters

value

A float value.

 Remarks

Opacity varies in the range [0..1] where 0 indicates full transparency and 1 indicates the original transparency. Opacity has no effect on image backgrounds.

 See Also