'Declaration Public Function IndexOf( _ ByVal color As System.Drawing.Color _ ) As System.Integer
public System.int IndexOf( System.Drawing.Color color )
Parameters
- color
- The Color to locate.
Return Value
The index of the specified color in the collection.