You are here: Start » FIL.NET » Invoke.CmykToRgb

Invoke.CmykToRgb

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CmykToRgb
(
	Fil.Image inCmykImage,
	Fil.Image outRgbImage
)

Parameters

Name Type Range Default Description
inCmykImageFil.Image
outRgbImageFil.Image

See also