YCoCgToRgb


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

Syntax

C++
C#
Python
 
def YCoCgToRgb(
	inYCoCgImage: Image,
	outRgbImage: Image,
	/
)
-> None

Parameters

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

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.