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

AdjustHsl.Hue Property

Gets/sets hue modifier.

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

Syntax

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

Property Value

Hue modifier value in range [-1, 1] (degrees normalized at 360).

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.

Default value is 0.

See Also

Reference