intn DFR8setpalette(uint8 *palette)
palette
IN:
Palette data
Purpose
Indicate which palette, if any, is to be used for subsequent image sets.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
The specified palette remains the default palette until changed by a subsequent call to DFR8setpalette.
FORTRAN
integer function d8spal(palette)
character*(*) palette