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

Invoke.RgbToCmyk

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RgbToCmyk
(
	Fil.Image inRgbImage,
	Fil.Image outCmykImage
)

Parameters

Name Type Range Default Description
inRgbImageFil.Image
outCmykImageFil.Image

See also