AdjustHsl.Hue Property

Gets or sets a hue modifier.

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

Syntax

C#
public float Hue { get; set; }

Property Value

The hue modifier value in range [-1, 1] (degrees normalized at 360). The default value is 0.

Remarks

Hue is measured in degrees relatively red point on color wheel. It means that if, for example, you specify 120 degrees, red color will turn to green, etc.

See Also

Reference