[]
Gets or sets the very dark shade of the color.
public string VeryDark { get; set; }
| Type | Description |
|---|---|
| string | A string representing the very dark shade of the color. |
The color value can be specified in the following formats: WebColor, HEX8, RGBA, and HSLA.
Examples:
Red#ff0000rgba(255, 0, 0, 1)hsla(0, 100%, 50%, 1)