ColorAdjustmentProvider.AdjustHsl Method

Adjusts the bitmap in HSL color space.

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

Syntax

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

Parameters

hue

Type: System.Single

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

Type: System.Single

The saturation modifier value in range [-1, 1].
lightness

Type: System.Single

The lightness modifier value in range [-1, 1].

Remarks

This method supports the hue, saturation, and lightness settings. The specified values are added to appropriate components in HSL color space to each pixel.

See Also

Reference