You are here: Start » FIL.NET » FIS.CmykToRgb Method

FIS.CmykToRgb Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CmykToRgb
(
	FilNet.Image inCmykImage,
	FilNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inCmykImageFilNet.Image
outRgbImageFilNet.Image

See also