YCoCgRToRgb


Converts color space from pseudointensitY-Orange-Green-with-Reversibility into Red-Green-Blue.

Syntax

C++
C#
Python
 
def YCoCgRToRgb(
	inYCoCgRImage: Image,
	outRgbImage: Image,
	/
)
-> None

Parameters

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

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.