1PLGCOLBG(3plplot) PLplot API PLGCOLBG(3plplot)
2
3
4
6 plgcolbg - Returns the background color (cmap0[0]) by 8-bit RGB value
7
9 plgcolbg(r, g, b)
10
12 Returns the background color (cmap0[0]) by 8-bit RGB value.
13
14 Redacted form: plgcolbg(r, g, b)
15
16 This function is used in example 31.
17
19 r (PLINT_NC_SCALAR(3plplot), output)
20 Returned value of the red intensity in the range from 0 to 255.
21
22 g (PLINT_NC_SCALAR(3plplot), output)
23 Returned value of the green intensity in the range from 0 to
24 255.
25
26 b (PLINT_NC_SCALAR(3plplot), output)
27 Returned value of the blue intensity in the range from 0 to 255.
28
29
31 Many developers (who are credited at http://plplot.org/credits.php)
32 have contributed to PLplot over its long history.
33
35 PLplot documentation at http://plplot.org/documentation.php.
36
37
38
39 July, 2023 PLGCOLBG(3plplot)