Source: plotting/hs_plot__set_colour_table.pro
hs_plot::set_colour_table
Set the colour table for plottting.
Usage:
plid -> set_colour_table, red, green, blue[, index]
Arguments:
red byte The red values for the colour table (or a
3x14 array with all the colours).
green byte The green values for the colour table.
blue byte The blue values for the colour table.
index int If present, then all arguments should be
scalars and only the specified index will be
set. The index must be in the range 2-15.
Keyword:
Default If set, then restore the default colour table.
Notes:
The values supply the indices from 2-15. Indices 0 and 1 are
set by the set_x_background method for X and hardwired for PS.
History:
Original: 29/11/99; SJT