formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics

fzrt_hsv_2_rgb

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(

fzrt_hsv_color_td *

hColor,

fzrt_rgb_color_td *

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

fz_fzrt_graf_fset


Defined in

fzrt_api.h