RgbToHsl


Converts color space from Red-Green-Blue to Hue-Saturation-Luminance.

Applications:Color analysis is easier in the HSL color space than in RGB.

Syntax

C++
C#
Python
 
def RgbToHsl(
	inRgbImage: Image,
	outHslImage: Image,
	/
)
-> None

Parameters

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

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

This operation supports processing on OpenCL compatible device.