CMYKtoCMY_ICC

#include "BIImage.H"

 

S_CMY CALLBACK CMYKtoCMY_ICC(const LPS_CMYK sCMYK, const LPICC_TRANSFORM transform)

Description

Returns a S_CMY structure that is equivalent to the color represented by the CMYK values. The colorspace conversion is ICC managed.

Parameters

LPS_CMYK

LPICC_TRANSFORM

sCMYK

transform

Pointer to a CMYK structure to convert.

Handle of ICC transform

Return values

The function will return a S_CMY structure.

Programming notes

See the Color Conversions Structure section for the description of the structures.

The range for each field is between 0 and 255.

Requirements

Header :     Declared in BIImage.h; include BIImage.h.

Library :    Use BIImage.lib, lcms2.lib.

DLLs :       BIimage.dll, lcms2.dll.