Search
GlassEffect.setReflectionColor Method
See Also
 






Sets the color of the reflection portion of the effect.

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

 Syntax

Java  Copy Code

public void setReflectionColor (
    Color value
)

 Parameters

value

A Color object. The default is Colors.White.

 See Also