RgbToYCoCgR


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

Syntax

C++
C#
Python
 
def RgbToYCoCgR(
	inRgbImage: Image,
	outYCoCgRImage: Image,
	/
)
-> None

Parameters

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

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.