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

    Gets or sets the lightness component of the color as an integer value between 0 and 100.

    Namespace: DevExpress.Docs

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

    Declaration

    public int Lightness { get; set; }

    Property Value

    Type Description
    Int32

    The lightness component of the color.

    See Also