RgbToLab


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

Syntax

C++
C#
Python
 
def RgbToLab(
	inRgbImage: Image,
	outLabImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inRgbImage Image
Output value outLabImage Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.