[]
Assigns the color to the palette entry with the specified index.
public void Set(int index, Color color)
Type | Name | Description |
---|---|---|
int | index | |
Color | color |
Assigns the color and color name to the palette entry with the specified index.
public void Set(int index, Color color, string colorName)
Type | Name | Description |
---|---|---|
int | index | |
Color | color | |
string | colorName |