1PLSCOLBG(3plplot) PLplot API PLSCOLBG(3plplot)
2
3
4
6 plscolbg - Set the background color by 8-bit RGB value
7
9 plscolbg(r, g, b)
10
12 Set the background color (color 0 in cmap0) by 8-bit RGB value (see the
13 PLplot documentation).
14
15 Redacted form: plscolbg(r, g, b)
16
17 This function is used in examples 15 and 31.
18
20 r (PLINT(3plplot), input)
21 Unsigned 8-bit integer (0-255) representing the degree of red in
22 the color.
23
24 g (PLINT(3plplot), input)
25 Unsigned 8-bit integer (0-255) representing the degree of green
26 in the color.
27
28 b (PLINT(3plplot), input)
29 Unsigned 8-bit integer (0-255) representing the degree of blue
30 in the color.
31
32
34 Many developers (who are credited at http://plplot.org/credits.php)
35 have contributed to PLplot over its long history.
36
38 PLplot documentation at http://plplot.org/documentation.php.
39
40
41
42 July, 2023 PLSCOLBG(3plplot)