[]
Adds the specified color to the palette.
public void Add(Color color)
Type | Name | Description |
---|---|---|
Color | color |
Adds the color with the specified name.
public void Add(Color color, string colorName)
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)
Type | Name | Description |
---|---|---|
Color | color | |
string | colorName | |
string | description |