1PLSCOLBG(3plplot)                 PLplot API                 PLSCOLBG(3plplot)
2
3
4

NAME

6       plscolbg - Set the background color by 8-bit RGB value
7

SYNOPSIS

9       plscolbg(r, g, b)
10

DESCRIPTION

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

ARGUMENTS

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

AUTHORS

34       Many  developers  (who  are  credited at http://plplot.org/credits.php)
35       have contributed to PLplot over its long history.
36

SEE ALSO

38       PLplot documentation at http://plplot.org/documentation.php.
39
40
41
42                                September, 2020              PLSCOLBG(3plplot)
Impressum