[]
Gets the index of the specified Color in the collection.
public int IndexOf(Color clr)
Public Function IndexOf(clr As Color) As Integer
| Type | Name | Description |
|---|---|---|
| Color | clr | The Color to locate. |
| Type | Description |
|---|---|
| int | The index of the color is represented by an Integer. |