Search
Utils.Gray Method
See Also
 






Returns a gray color with the specified intensity.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public static Color Gray (
    byte intensity
)

Visual Basic  Copy Code

Public Shared Function Gray( _
    intensity As Byte _
) As Color

 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