CmykToRgb


Converts color space from Cyan-Magenta-Yellow-Key into Red-Green-Blue.

Applications:CMYK color space is designed for printing - not recommended for machine vision.

Syntax

C++
C#
Python
 
def CmykToRgb(
	inCmykImage: Image,
	outRgbImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inCmykImage Image
Output value outRgbImage Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.