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.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::CmykToRgb ( const avl::Image& inCmykImage, avl::Image& outRgbImage )
Parameters
Requirements
For input inCmykImage only pixel formats are supported: 4xuint8, 4xint8, 4xuint16, 4xint16, 4xint32, 4xreal.
Read more about pixel formats in Image documentation.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
| Error type | Description |
|---|---|
| DomainError | Not a 4-channel image in CmykToRgb. |


