PLSCMAP1LA(3plplot) | PLplot API | PLSCMAP1LA(3plplot) |
plscmap1la - Set cmap1 colors and alpha transparency using a piece-wise linear relationship
plscmap1la(itype, npts, intensity, coord1, coord2, coord3, alpha, alt_hue_path)
This is a variant of plscmap1l(3plplot) that supports alpha channel transparency. It sets cmap1 colors using a piece-wise linear relationship between cmap1 intensity index (0.0-1.0) and position in HLS or RGB color space (see the PLplot documentation) with alpha transparency value (0.0-1.0). It may be called at any time.
Redacted form: plscmap1la(itype, intensity, coord1, coord2, coord3, alpha, alt_hue_path)
This function is used in example 30.
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.
December, 2020 |