You are here: Start » FIL.NET » Function Reference » Image » Image Color Spaces » FIL.LabToRgb

FIL.LabToRgb

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLabImageFilNet.Image
outRgbImageFilNet.Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Not a 3-channel image in LabToRgb.
DomainError Not supported inLabImage pixel format in LabToRgb. Supported formats: 3xReal.

See also