'Declaration Public Function Add( _ ByVal color As System.Drawing.Color _ ) As System.Integer
public System.int Add( System.Drawing.Color color )
Parameters
- color
- The Color to add.
Return Value
The index in the collection at which the Color was added.