'Declaration Public Function Contains( _ ByVal clr As System.Drawing.Color _ ) As System.Boolean
public System.bool Contains( System.Drawing.Color clr )
Parameters
- clr
- The Color to locate.
Return Value
A boolean indicating if the Color is in the collection.