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