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 | |
|---|---|---|---|---|
![]() |
inRgbImage | Image | ||
![]() |
outLabImage | Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


