Scroll to navigation

PLHLSRGB(3plplot) PLplot API PLHLSRGB(3plplot)

NAME

plhlsrgb - Convert HLS color to RGB

SYNOPSIS

plhlsrgb(h, l, s, p_r, p_g, p_b)

DESCRIPTION

Convert HLS color coordinates to RGB.

Redacted form: General: plhlsrgb(h, l, s, p_r, p_g, p_b)

This function is used in example 2.

ARGUMENTS

Hue in degrees (0.0-360.0) on the color cylinder.
Lightness expressed as a fraction (0.0-1.0) of the axis of the color cylinder.
Saturation expressed as a fraction (0.0-1.0) of the radius of the color cylinder.
Returned value of the red intensity (0.0-1.0) of the color.
Returned value of the green intensity (0.0-1.0) of the color.
Returned value of the blue intensity (0.0-1.0) of the color.

AUTHORS

Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.

SEE ALSO

PLplot documentation at http://plplot.org/documentation.php.

March, 2024