HSV2RGB
Converts an HSV color to an RGB color.
pascal void HSV2RGB (const HSVColor *hColor, RGBColor *rColor);
hColor- A pointer to an
HSVColorstructure (page 2-33) specifying the HSV color to be converted.rColor- A pointer to a Color QuickDraw
RGBColorstructure. On output, the converted color.DISCUSSION
TheHSV2RGBfunction converts the HSV color specified in thehColorparameter to the RGB color pointed to in therColorparameter.