formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Convert HSL to RGB color. This will convert a color from the Hue, Saturation, and Lightness model to the nearest color in the Red, Blue, Green model.
Plugin Prototype
void fzrt_hsl_2_rgb(
hColor, | |
rColor ) |
Parameters
hColor [Input]
color is hsl color space
rColor [Result]
closest color in rgb color space
Availability
5.0.0.0
See Also
Function Set
Defined in