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

AdjustHsl.Saturation Property

Gets/sets saturation modifier.

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

Syntax

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

Property Value

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

Remarks

Saturation means "purity" of the color. Small (negative) values will make image desaturated, gray. Large values will make image very saturated, all the color will be deep. Note, natural colors are seldom very saturated, so if you apply this method on photo, don't make this parameter close to maximum (if you don't deal with tropical butterflies and flowers).

Default value is 0.

See Also

Reference