PLSCMAP1A(3plplot) | PLplot API | PLSCMAP1A(3plplot) |
plscmap1a - Set semitransparent cmap1 RGBA colors.
plscmap1a(r, g, b, alpha, ncol1)
Set semitransparent cmap1 colors (see the PLplot documentation) using RGBA vector values. This function also sets the number of cmap1 colors. N.B. Continuous cmap1 colors are indexed with a floating-point index in the range from 0.0-1.0 which is linearly transformed (e.g., by plcol1(3plplot)) to an integer index of these RGBA vectors in the range from 0 to ncol1-1. So in order for this continuous color model to work properly, it is the responsibility of the user of plscmap1(3plplot) to insure that these RGBA vectors are continuous functions of their integer indices.
Redacted form: plscmap1a(r, g, b, alpha)
This function is used in example 31.
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.
PLplot documentation at http://plplot.org/documentation.php.
January, 2019 |