1PLSCMAP1(3plplot) PLplot API PLSCMAP1(3plplot)
2
3
4
6 plscmap1 - Set color map1 colors using 8-bit RGB values
7
9 plscmap1(r, g, b, ncol1)
10
12 Set color map1 colors using 8-bit RGB values (see the PLplot documenta‐
13 tion). This also sets the number of colors.
14
15 Redacted form: plscmap1(r, g, b, ncol1)
16
17 This function is used in example 31.
18
20 r (PLINT *, input)
21 Pointer to array with set of unsigned 8-bit integers (0-255)
22 representing the degree of red in the color.
23
24 g (PLINT *, input)
25 Pointer to array with set of unsigned 8-bit integers (0-255)
26 representing the degree of green in the color.
27
28 b (PLINT *, input)
29 Pointer to array with set of unsigned 8-bit integers (0-255)
30 representing the degree of blue in the color.
31
32 ncol1 (PLINT, input)
33 Number of items in the r, g, and b arrays.
34
35
37 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
38 man page was automatically generated from the DocBook source of the
39 PLplot documentation, maintained by Alan W. Irwin and Rafael
40 Laboissiere.
41
43 PLplot documentation at http://plplot.sourceforge.net/resources.
44
45
46
47 July, 2010 PLSCMAP1(3plplot)