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

NAME

6       plgcolbg -  Returns the background color (cmap0[0]) by 8-bit RGB value
7

SYNOPSIS

9       plgcolbg(r, g, b)
10

DESCRIPTION

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

ARGUMENTS

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

AUTHORS

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

SEE ALSO

39       PLplot documentation at http://plplot.sourceforge.net/resources.
40
41
42
43                                  July, 2010                 PLGCOLBG(3plplot)
Impressum