You are here: Start » FIL.NET » FIS.LabToRgb Method

FIS.LabToRgb Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LabToRgb
(
	FilNet.Image inLabImage,
	FilNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inLabImageFilNet.Image
outRgbImageFilNet.Image

See also