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 color map 0) by 8-bit RGB value
13 (see the PLplot documentation).
14
15 Redacted form: plscolbg(r, g, b)
16
17 This function is used in example 15.
18
20 r (PLINT, input)
21 Unsigned 8-bit integer (0-255) representing the degree of red in
22 the color.
23
24 g (PLINT, input)
25 Unsigned 8-bit integer (0-255) representing the degree of green
26 in the color.
27
28 b (PLINT, input)
29 Unsigned 8-bit integer (0-255) representing the degree of blue
30 in the color.
31
32
34 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
35 man page was automatically generated from the DocBook source of the
36 PLplot documentation, maintained by Alan W. Irwin and Rafael
37 Laboissiere.
38
40 PLplot documentation at http://plplot.sourceforge.net/resources.
41
42
43
44 March, 2007 PLSCOLBG(3plplot)