favSetCustomPalette

AVVIEWER Subroutine: Creates a custom palette.

Module: USE AVVIEWER

Syntax

favSetCustomPalette (hv, paletteData, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

paletteData
A reference to an INTEGER(4) array of 256 elements that defines the custom palette.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

The palette won't be displayed in the Graph View until favSetPaletteId (USER_DEFINED) is called.

See Also

favSetPaletteId