AdjustHsl.Lightness Property

Gets or sets a lightness modifier.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float Lightness { get; set; }

Property Value

The lightness modifier value in range [-1, 1]. The default value is 0.

Remarks

This parameter allows to change intensity of the color. It works similar to Brightness transform, however another algorithm is used and result differs from brightness adjustment.

See Also

Reference