HslColor(Single, Single, Single) Constructor
Initializes a new instance of the HslColor class with specified settings.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| hue | Single | The hue component of the color. A value between -1 and 1. |
| saturation | Single | The saturation component of the color. A value between -1 and 1. |
| lightness | Single | The lightness component of the color. A value between -1 and 1. |
See Also