HslColor(Int32, Int32, Int32) Constructor
Initializes a new instance of the HslColor class with specified settings.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v25.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
Name | Type |
---|---|
hue | Int32 |
saturation | Int32 |
lightness | Int32 |
See Also