LabToRgb


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

Syntax

C++
C#
Python
 
def LabToRgb(
	inLabImage: Image,
	outRgbImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inLabImage Image
Output value outRgbImage Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.