HslColor Properties
A color in the HSL (hue, saturation, lightness) color space.| Name | Description |
|---|---|
| DefaultValue static | Returns the default HSL color. |
| FloatHue | Gets or sets the hue component of the color as a float value between -1 and 1. |
| FloatLightness | Gets or sets the lightness component of the color as a float value between -1 and 1. |
| FloatSaturation | Gets or sets the saturation component of the color as a float value between -1 and 1. |
| Hue | Gets or sets the hue component of the color as an integer value between 0 and 360. |
| Lightness | Gets or sets the lightness component of the color as an integer value between 0 and 100. |
| Saturation | Gets or sets the saturation component of the color as an integer value between 0 and 100. |
See Also