KPG1_PLGET

Gets the colour palette for the currently open graphics device from a supplied array

Description:

This routine gets the colour palette from a supplied array and loads it into the colour table of the currently open graphics device.

Invocation

CALL KPG1_PLGET( CI1, CI2, ARRAY, STATUS )

Arguments

CI1 = INTEGER (Given)
The lowest colour index to change.
CI2 = INTEGER (Given)
The highest colour index to change.
ARRAY( 3, 0 : CI2 ) = REAL (Given)
The array containing the colour palette to load.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: