Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Color Spaces » CmykToRgb
CmykToRgb
Converts color space from Cyan-Magenta-Yellow-Key into Red-Green-Blue.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCmykImage | const Image& | ||
![]() |
outRgbImage | Image& |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
| Error type | Description |
|---|---|
| DomainError | Not a 4-channel image in CmykToRgb. |


