Important: The information in this document is obsolete and should not be used for new development.
HSL2RGB
Converts an HSL color to an RGB color.
pascal void HSL2RGB (const HSLColor *hColor, RGBColor *rColor);
hColor- A pointer to an
 HSLColorstructure (page 2-33) specifying the HSL color to be converted.rColor- A pointer to a Color QuickDraw
 RGBColorstructure. On output, the converted color.DISCUSSION
TheHSL2RGBfunction converts the HSL color specified in thehColorparameter to the RGB color pointed to in therColorparameter.