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