Skip to main content
All docs
V25.1
  • HslColor(Single, Single, Single) 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

    public HslColor(
        float hue,
        float saturation,
        float lightness
    )

    Parameters

    Name Type
    hue Single
    saturation Single
    lightness Single
    See Also