[]
Adds the specified color to the palette.
public void Add(Color color)
Public Sub Add(color As Color)
| Type | Name | Description |
|---|---|---|
| Color | color |
Adds the color with the specified name.
public void Add(Color color, string colorName)
Public Sub Add(color As Color, colorName As String)
| Type | Name | Description |
|---|---|---|
| Color | color | |
| string | colorName |
Adds the color with the specified name and description.
public void Add(Color color, string colorName, string description)
Public Sub Add(color As Color, colorName As String, description As String)
| Type | Name | Description |
|---|---|---|
| Color | color | |
| string | colorName | |
| string | description |