#include "BIImage.H"
D_RGB CALLBACK dCMYKtoRGB(const LPD_CMYK dCMYK)
Description
Returns a D_RGB structure that is equivalent to the color represented by the D_CMYK values.
Parameters
|
LPD_CMYK |
dCMYK |
Pointer to a D_CMYK structure to convert. |
Return values
The function will return a D_RGB structure.
Programming notes
See the Color Conversions Structures section for the description of the structures.
The range for each field is between 0.0 and 1.0. The range for every structure is between 0.0 ... 1.0Requirements
Header : Declared in BIImage.h; include BIImage.h.
Library : Use BIImage.lib.
DLLs : BIimage.dll.