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 | |
|---|---|---|---|---|
![]() |
inRgbImage | Image | ||
![]() |
outYCoCgImage | Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


