[]
Determines if the specified Color is in the collection.
public bool Contains(Color clr)
Public Function Contains(clr As Color) As Boolean
| Type | Name | Description |
|---|---|---|
| Color | clr | The Color to locate. |
| Type | Description |
|---|---|
| bool | A boolean indicating if the Color is in the collection. |