Skip to main content
All docs
V26.1
  • HslColor(Single, Single, Single) Constructor

    Initializes a new instance of the HslColor class with specified settings.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

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

    Parameters

    Name Type Description
    hue Single

    The hue component of the color. A value between -1 and 1.

    saturation Single

    The saturation component of the color. A value between -1 and 1.

    lightness Single

    The lightness component of the color. A value between -1 and 1.

    See Also