PALDEF

Loads the default palette to a colour table

Description:

This application loads the standard palette  of colours to fill the portion of the current graphics device’s  colour table which is reserved for the palette. The palette comprises 16 colours and is intended to provide coloured annotations, borders, axes, graphs etc. that are unaffected by changes to the lookup table  used for images.

The standard palette is as follows 0: Black 1: White 2: Red 3: Green 4: Blue 5: Yellow 6: Magenta 7: Cyan 8–15: Black

Usage:

paldef [device]

Parameters:

DEVICE = DEVICE (Read)
Name of the graphics device to be used. [Current graphics device]

Examples:

paldef
This loads the standard palette into the reserved portion of the colour table of the current graphics device.
paldef xwindows
This loads the standard palette into the reserved portion of the colour table of the xwindows device.

Notes:

Related Applications

KAPPA: PALENTRY, PALREAD, PALSAVE.