You are here: Start » AVL.NET » Invoke.HslToRgb

Invoke.HslToRgb

Converts color space from Hue-Saturation-Luminance to Red-Green-Blue.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void HslToRgb
(
	Avl.Image inHslImage,
	Avl.Image outRgbImage
)

Parameters

Name Type Range Default Description
inHslImageAvl.Image
outRgbImageAvl.Image

See also