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

NAME

6       plscmap0 - Set cmap0 colors by 8-bit RGB values
7

SYNOPSIS

9       plscmap0(r, g, b, ncol0)
10

DESCRIPTION

12       Set cmap0 colors using 8-bit RGB values (see the PLplot documentation).
13       This sets the entire color map -- only as many colors as specified will
14       be allocated.
15
16       Redacted form: plscmap0(r, g, b)
17
18       This function is used in examples 2 and 24.
19

ARGUMENTS

21       r (PLINT_VECTOR(3plplot), input)
22              A vector containing unsigned 8-bit integers (0-255) representing
23              the degree of red in the color.
24
25       g (PLINT_VECTOR(3plplot), input)
26              A vector containing unsigned 8-bit integers (0-255) representing
27              the degree of green in the color.
28
29       b (PLINT_VECTOR(3plplot), input)
30              A vector containing unsigned 8-bit integers (0-255) representing
31              the degree of blue in the color.
32
33       ncol0 (PLINT(3plplot), input)
34              Number of items in the r, g, and b vectors.
35
36

AUTHORS

38       Many   developers   (who   are   credited   at    http://plplot.source
39       forge.net/credits.php)  have  contributed  to PLplot over its long his‐
40       tory.
41

SEE ALSO

43       PLplot   documentation   at    http://plplot.sourceforge.net/documenta
44       tion.php.
45
46
47
48                                 August, 2017                PLSCMAP0(3plplot)
Impressum