favGetShowPalette

AVVIEWER Subroutine: Gets the current setting of show color palette.

Module: USE AVVIEWER

Syntax

favGetShowPalette (hv, showPalette, status)

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

showPalette
An output argument of type INTEGER(4). It returns TRUE if ShowColorPalette is enabled; otherwise, FALSE.

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

See Also

favSetShowPalette