RgbToYuv
Converts color space from Red-Green-Blue into YUV.
Syntax
C++
C#
Python
def RgbToYuv( inRgbImage: Image, outYuvImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRgbImage | Image | ||
![]() |
outYuvImage | Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


