RgbToYuv


Converts color space from Red-Green-Blue into YUV.

Syntax

C++
C#
Python
 
def RgbToYuv(
	inRgbImage: Image,
	outYuvImage: Image,
	/
)
-> None

Parameters

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

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.