RgbToYCoCg


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

Syntax

C++
C#
Python
 
def RgbToYCoCg(
	inRgbImage: Image,
	outYCoCgImage: Image,
	/
)
-> None

Parameters

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

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.