Search
Utils.gray Method
See Also
 






Returns a gray color with the specified intensity.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public static Color gray (
    long intensity
)

 Parameters

intensity

The intensity of the new color, varying from 0 to 255.

 Return Value

A Color object representing the gray color with the specified intensity.

 See Also