Returns a gray color with the specified intensity.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public static Color Gray ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Gray( _ |
The intensity of the new color, varying from 0 to 255.
A Color object representing the gray color with the specified intensity.
See Also