[]
Add new Color to the collection.
public int Add(Color clr)
Public Function Add(clr As Color) As Integer
| Type | Name | Description |
|---|---|---|
| Color | clr | The Color to add. |
| Type | Description |
|---|---|
| int | An integer indicating the index of the collection to which the Color was added. |