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

Invoke.HslToRgb

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inHslImageFil.Image
outRgbImageFil.Image

See also