cct [table name]
Reads a predefined table of colours and applies it to the previously displayed image. This command must be used after the command DISPLAY since DISPLAY always loads a default colour table. A question mark in place of the table name gives the list of all available tables.
Loop through each of the available color tables
Go through each color table without stopping.
Allow to specify user color table from a file using 'cct/user filename'.The colour table is an ascii file with the columns (R, B, G).The values for each colour should range from 0 to 1.
Examples:
cct exo15 ! load the colour table exo15 cct ? ! lists all available colour tables cct/loop ! loop through all the available color tables cct/loop/no ! loop through all the color tables without a break