AdjustHsl.Saturation Property

Gets or sets a saturation modifier.

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

Syntax

C#
public float Saturation { get; set; }

Property Value

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

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).

See Also

Reference