Gets the indexed color value of this
Color structure.
'Declaration
Public Function ToIndexedColor() As Integer
'Usage
Dim instance As Color
Dim value As Integer
value = instance.ToIndexedColor()
public int ToIndexedColor()
Return Value
The indexed color value of this
Color structure.