Skip to main content
All docs
V25.2
  • 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

    public OfficeColor(
        HslColor hsl
    )

    Parameters

    Name Type Description
    hsl HslColor

    An HslColor value that specifies the HSL (Hue, Saturation, Lightness) color.

    See Also