Converts a HLS color to a RGB color.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static Color ToARGB(
	XColorUtility..::.ColorAHLS color
)

Parameters

color
Type: SGP.XUtility..::.XColorUtility..::.ColorAHLS
A color in the HLS color model.

Return Value

A color in the RGB color model.

See Also