#include "BIImage.H"
S_RGB CALLBACK CMYK2toRGBPAR(const LPS_CMYK sCMYK2, const double sK, const double k0, const double kMAX)
Description
Returns a S_RGB structure that is equivalent to the color represented by the sCMYK2 values. The sK, k0 and kMAX parameters modify the color space conversion.
Parameters
|
LPS_CMYK double double double |
sCMYK2 sK k0 kMAX |
Pointer to a CMYK structure to convert. Coefficient for under-color removal Threshold parameter for black component Max. value of black component |
Return values
The function will return a S_RGB structure.
Programming notes
See the Color Conversions Structures section for the description of the structures.
The range for each field is between 0 and 255. The range for all fields in the structure is between 0..255.Requirements
Header : Declared in BIImage.h; include BIImage.h.
Library : Use BIImage.lib.
DLLs : BIimage.dll.