Skip to main content
All docs
V26.1
  • HslColor.FloatSaturation Property

    Gets or sets the saturation component of the color as a float value between -1 and 1.

    Namespace: DevExpress.Docs

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

    Declaration

    public float FloatSaturation { get; set; }

    Property Value

    Type Description
    Single

    The saturation component of the color.

    See Also