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 not used in any examples.
17
19 r (PLINT *, output)
20 Pointer to an unsigned 8-bit integer (0-255) representing the
21 degree of red in the color.
22
23 g (PLINT *, output)
24 Pointer to an unsigned 8-bit integer (0-255) representing the
25 degree of green in the color.
26
27 b (PLINT *, output)
28 Pointer to an unsigned 8-bit integer (0-255) representing the
29 degree of blue in the color.
30
31
33 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
34 man page was automatically generated from the DocBook source of the
35 PLplot documentation, maintained by Alan W. Irwin and Rafael
36 Laboissiere.
37
39 PLplot documentation at http://plplot.sourceforge.net/resources.
40
41
42
43 March, 2007 PLGCOLBG(3plplot)