plgcol0a(3) - Linux man page
Name
plgcol0a - Returns 8-bit RGB values and double alpha value for given color from color map0.Synopsis
plgcol0a(icol0, r, g, b, a)Description
Returns 8-bit RGB values (0-255) and double alpha value (0.0 - 1.0) for given color from color map0 (see the PLplot documentation). Values are negative if an invalid color id is given.
This function is used in example 30.
Arguments
- icol0 (PLINT, input)
- Index of desired cmap0 color.
- r (PLINT *, output)
- Pointer to 8-bit red value.
- g (PLINT *, output)
- Pointer to 8-bit green value.
- b (PLINT *, output)
- Pointer to 8-bit blue value.
- a (PLFLT *, output)
- Pointer to PLFLT alpha value.