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

fzrt_hsl_2_rgb

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(

fzrt_hsl_color_td *

hColor,

fzrt_rgb_color_td *

rColor )

Parameters

hColor [Input]

color is hsl color space

rColor [Result]

closest color in rgb color space

Availability

5.0.0.0

See Also

fzrt_rgb_2_hsl

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h