KPG1_PACOL

Obtains a marker colour

Description:

This routine obtains a colour index. A string is obtained from the parameter system. The interpretation of this string provides a number of ways to specify the colour index requested. The options are as follows.

Invocation

CALL KPG1_PACOL( PNCOL, LP, UP, COLIND, STATUS )

Arguments

PNCOL = CHARACTER ( ) (Given)
The name of the ADAM parameter to obtain the marker colour. It should have type LITERAL.
LP = INTEGER (Given)
The lowest non-reserved colour index.
UP = INTEGER (Given)
The highest non-reserved colour index.
COLIND = INTEGER (Returned)
The colour index of the selected colour.
STATUS = INTEGER (Given and Returned)
The global status.

Prior Requirements