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

Invoke.LabToRgb

Converts color space from L*a*b* to Red-Green-Blue.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LabToRgb
(
	Fil.Image inLabImage,
	Fil.Image outRgbImage
)

Parameters

Name Type Range Default Description
inLabImageFil.Image
outRgbImageFil.Image

See also