OfficeColor(HslColor) Constructor
Initializes a new instance of the OfficeColor class with specified settings.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v25.2.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| hsl | HslColor | An HslColor value that specifies the HSL (Hue, Saturation, Lightness) color. |
See Also