You are here: Start » AVL.NET » AVS.HslToRgb Method

AVS.HslToRgb Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HslToRgb
(
	AvlNet.Image inHslImage,
	AvlNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inHslImageAvlNet.Image
outRgbImageAvlNet.Image

See also