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

Invoke.RgbToCmyk

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRgbImageAvl.Image
outCmykImageAvl.Image

See also