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
)
Public Sub Convert2CMYK (
in_color As ColorPt,
out_color As ColorPt
)
public:
virtual void Convert2CMYK(
[InAttribute] ColorPt^ in_color,
[InAttribute] ColorPt^ out_color
) sealed
function Convert2CMYK(in_color, 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