favGetUseColorPalette

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

Module: USE AVVIEWER

Syntax

favGetUseColorPalette (hv, usePalette, status)
hv
A handle that references an instance of Array Viewer created by favStartViewer.

usePalette
An output argument of type INTEGER(4). It returns the value 1 if UseColorPalette is enabled; otherwise, 0.

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

favSetUseColorPalette