[C#]
void SetGray(double inGray); void SetGray(double inGray, double inAlpha);
[Visual Basic]
Sub SetGray(inGray As Double) Sub SetGray(inGray As Double, inAlpha As Double)
Allows you to set an grayscale color using only one call. An optional alpha value also allows you to set the opacity.
None.