You are here: Start » AVL.NET » AVS.LabToRgb Method

AVS.LabToRgb Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLabImageAvlNet.Image
outRgbImageAvlNet.Image

See also