This documentation is for the old version. Go to the latest Graphics Mill docs

AdjustHsl.Lightness Property

Gets/sets lightness modifier.

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

Syntax

Visual Basic
Public Property Lightness As Single
C#
public float Lightness { get; set; }

Property Value

Lightness modifier value. Should be a value in range [-1, 1].

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.

Default value is 0.

See Also

Reference