1PLHLSRGB(3plplot) PLplot API PLHLSRGB(3plplot)
2
3
4
6 plhlsrgb - Convert HLS color to RGB
7
9 plhlsrgb(h, l, s, p_r, p_g, p_b)
10
12 Convert HLS color coordinates to RGB.
13
14 Redacted form: General: plhlsrgb(h, l, s, p_r, p_g, p_b) Perl/PDL: Not
15 available? Implemented as plhls?
16
17
18 This function is used in example 2.
19
21 h (PLFLT, input)
22 Hue, in degrees on the colour cone (0.0-360.0)
23
24 l (PLFLT, input)
25 Lightness, expressed as a fraction of the axis of the colour
26 cone (0.0-1.0)
27
28 s (PLFLT, input)
29 Saturation, expressed as a fraction of the radius of the colour
30 cone (0.0-1.0)
31
32 p_r (PLFLT *, output)
33 Pointer to red intensity (0.0-1.0) of the colour
34
35 p_g (PLFLT *, output)
36 Pointer to green intensity (0.0-1.0) of the colour
37
38 p_b (PLFLT *, output)
39 Pointer to blue intensity (0.0-1.0) of the colour
40
41
43 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
44 man page was automatically generated from the DocBook source of the
45 PLplot documentation, maintained by Alan W. Irwin and Rafael
46 Laboissiere.
47
49 PLplot documentation at http://plplot.sourceforge.net/resources.
50
51
52
53 July, 2010 PLHLSRGB(3plplot)