In This Topic
Searches for the specified color in the palette and returns a zero-based index of the found entry.
Syntax
'Declaration
Public Overloads Function IndexOf( _
ByVal As Color _
) As Integer
public int IndexOf(
Color
)
Parameters
- color
See Also