Important: The information in this document is obsolete and should not be used for new development.
CMY2RGB
Converts a CMY color to its equivalent RGB color.
pascal void CMY2RGB (const CMYColor *cColor, RGBColor *rColor);
cColor- A pointer to a
CMYColorstructure (page 2-34) specifying the CMY color to be converted.rColor- A pointer to a Color QuickDraw
RGBColorstructure. On output, the converted color.DISCUSSION
TheCMY2RGBfunction converts the CMY color specified in thecColorparameter to the RGB color pointed to in therColorparameter.