'Declaration Public Function Contains( _ ByVal color As System.Drawing.Color _ ) As System.Boolean
public System.bool Contains( System.Drawing.Color color )
Parameters
- color
- The Color to locate.
Return Value
True if the Color is in the collection, false otherwise.