In This Topic
Get the corresponding grayscale color.
Syntax
'Declaration
Public Function ToGrayscale() As Color
'Usage
Dim instance As Color
Dim value As Color
value = instance.ToGrayscale()
public Color ToGrayscale()
Return Value
The corresponding grayscale color.
See Also