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

NAME

6       plscmap1a  -  Set  color  map1 colors using 8-bit RGB values and double
7       alpha values.
8

SYNOPSIS

10       plscmap1a(r, g, b, a, ncol1)
11

DESCRIPTION

13       Set color map1 colors using 8-bit RGB values (see the PLplot documenta‐
14       tion) and double alpha values. This also sets  the number of colors.
15
16       This function is used in example 31.
17

ARGUMENTS

19       r (PLINT *, input)
20              Pointer  to  array  with  set of unsigned 8-bit integers (0-255)
21              representing the degree of red in the color.
22
23       g (PLINT *, input)
24              Pointer to array with set of  unsigned  8-bit  integers  (0-255)
25              representing the degree of green in the color.
26
27       b (PLINT *, input)
28              Pointer  to  array  with  set of unsigned 8-bit integers (0-255)
29              representing the degree of blue in the color.
30
31       a (PLFLT *, input)
32              Pointer to array with set of double values (0.0-1.0)  represent‐
33              ing the alpha value of the color.
34
35       ncol1 (PLINT, input)
36              Number of items in the r, g, b, and a arrays.
37
38

AUTHORS

40       Geoffrey  Furnish  and  Maurice LeBrun wrote and maintain PLplot.  This
41       man page was automatically generated from the  DocBook  source  of  the
42       PLplot   documentation,   maintained   by  Alan  W.  Irwin  and  Rafael
43       Laboissiere.
44

SEE ALSO

46       PLplot documentation at http://plplot.sourceforge.net/resources.
47
48
49
50                                  July, 2010                PLSCMAP1A(3plplot)
Impressum