- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This
routine produces an AST Mapping which maps one-dimensional pen number into three-dimensional
RGB intensity within the current PGPLOT graphics device.
Invocation
CALL KPG1_LUTK4( LP, UP,
WORK, MAP, STATUS )
Arguments
LP = INTEGER (Given)
The lowest PGPLOT colour index to
use.
UP = INTEGER (Given)
The highest PGPLOT colour index to use.
WORK( LP:UP,
3 ) = DOUBLE PRECISION (Returned)
Work space.
MAP = INTEGER (Returned)
The Mapping pointer.
STATUS = INTEGER (Given and Returned)
The global status.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑