Click or drag to resize

ColorSpaceConvert2CMYK Method

A convenience function used to convert color points from the current color space to DeviceCMYK color space.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Convert2CMYK(
	ColorPt in_color,
	ColorPt out_color
)

Parameters

in_color
Type: pdftron.PDFColorPt
input color point in the current color space
out_color
Type: pdftron.PDFColorPt
output color point in the DeviceCMYK color space

Return Value

Type: 
the color pt
Remarks
the number to input colorants must match the number of colorants expected by the current color space.
See Also