RgbToCmyk
Converts color space from Red-Green-Blue into Cyan-Magenta-Yellow-Key.
Applications:CMYK color space is designed for printing - not recommended for machine vision.
Syntax
C++
C#
Python
def RgbToCmyk( inRgbImage: Image, outCmykImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRgbImage | Image | ||
![]() |
outCmykImage | Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


