KPG1_LTLOD

Loads the colour table for the currently open graphics device

Description:

This routine loads the colour table for the currently open graphics device from an HDS container file in the users ADAM directory. The file is called " kappa.lut.sdf" and contains a LUT for different devices. The file should have been created by KPG1_LTSAV. If the file does not exist, the colour table is set to a greyscale.

Each lut in the file is a _REAL array of shape (3,n) where n is the number of colours in the lut.

Each array has a name which identifies the graphics device to which it refers.

Invocation

CALL KPG1_LTLOD( STATUS )

Arguments

STATUS = INTEGER (Given and Returned)
The global status.

Notes: