1PLSCOL0(3plplot) PLplot API PLSCOL0(3plplot)
2
3
4
6 plscol0 - Set a given color from color map0 by 8 bit RGB value
7
9 plscol0(icol0, r, g, b)
10
12 Set a given color by 8-bit RGB value for color map0 (see the PLplot
13 documentation). Overwrites the previous color value for the given
14 index and, thus, does not result in any additional allocation of space
15 for colors.
16
17 Redacted form: plscol0(icol0, r, g, b)
18
19 This function is not used in any examples.
20
22 icol0 (PLINT, input)
23 Color index. Must be less than the maximum number of colors
24 (which is set by default, by plscmap0n(3plplot), or even by
25 plscmap0(3plplot)).
26
27 r (PLINT, input)
28 Unsigned 8-bit integer (0-255) representing the degree of red in
29 the color.
30
31 g (PLINT, input)
32 Unsigned 8-bit integer (0-255) representing the degree of green
33 in the color.
34
35 b (PLINT, input)
36 Unsigned 8-bit integer (0-255) representing the degree of blue
37 in the color.
38
39
41 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
42 man page was automatically generated from the DocBook source of the
43 PLplot documentation, maintained by Alan W. Irwin and Rafael
44 Laboissiere.
45
47 PLplot documentation at http://plplot.sourceforge.net/resources.
48
49
50
51 July, 2010 PLSCOL0(3plplot)