[]
Class that contains information about the color, its name and description.
public class ColorPaletteEntry
| Name | Description |
|---|---|
| Color | Gets the color of this entry. |
| ColorName | Gets the color name. |
| Description | Gets or sets the entry description. |
| Name | Description |
|---|---|
| SetColor(Color) | Assign the color to this entry. |
| SetColor(Color, string) | Assign the color with the specified name to this entry. |