'Declaration Public Function Add( _ ByVal clr As System.Drawing.Color _ ) As System.Integer
public System.int Add( System.Drawing.Color clr )
Parameters
- clr
- The Color to add.
Return Value
An integer indicating the index of the collection to which the Color was added.