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

Invoke.LabToRgb

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inLabImageAvl.Image
outRgbImageAvl.Image

See also