RgbColor.FromHsl Method

Creates a RgbColor from the specified HSL color.

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

Syntax

C#
public static RgbColor FromHsl(
	float hue,
	float saturation,
	float lightness
)

Parameters

hue

Type: System.Single

Hus channel value.
saturation

Type: System.Single

Saturation channel value.
lightness

Type: System.Single

Lightness channel value.

Return Value

The RgbColor that this method creates.

See Also

Reference