AdjustHsl Constructor (Single, Single, Single)

Initializes a new instance of the AdjustHsl class using the specified noise settings.

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

Syntax

C#
public AdjustHsl(
	float hue,
	float saturation,
	float lightness
)

Parameters

hue

Type: System.Single

The hue modifier value in range [-1, 1]. You can change this value later through the Hue property.
saturation

Type: System.Single

The saturation modifier value in range [-1, 1]. You can change this value later through the Saturation property.
lightness

Type: System.Single

The lightness modifier value in range [-1, 1]. You can change this value later through the Lightness property.

See Also

Reference