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

AVL.LabToRgb

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLabImageAvlNet.Image
outRgbImageAvlNet.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