The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plscol0
: Set a given color from color map0 by 8
bit RGB value
Set a given color by 8-bit RGB value for color map0 (see the Section called Color Map0 in Chapter 3). Overwrites the previous color value for the given index and, thus, does not result in any additional allocation of space for colors.
|
Redacted form: plscol0(icol0, r, g, b)
This function is not used in any examples.