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

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

    Parameters

    Name Type
    hue Int32
    saturation Int32
    lightness Int32
    See Also