- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This routine puts a specified section of the colour palette for the currently opened graphics device into
the supplied array. Other elements of the array are left unchanged.
Invocation
CALL KPG1_PLPUT(
CI1, CI2, LBND, UBND, ARRAY, STATUS )
Arguments
CI1 = INTEGER (Given)
The
lowest colour index to change in the array.
CI2 = INTEGER (Given)
The highest colour
index to change in the array.
LBND = INTEGER (Given)
The lower bound of the second
axis of ARRAY.
UBND = INTEGER (Given)
The upper bound of the second axis of
ARRAY.
ARRAY( 3, LBND : UBND ) = REAL (Given and Returned)
The array to receive
the palette.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑