favSetPaletteAutoAdjust

AVVIEWER Subroutine: Determines whether the palette range is automatically adjusted to the data range.

Module: USE AVVIEWER

Syntax

favSetPaletteAutoAdjust (hv, onoroff, status)

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

onoroff
An input argument of type INTEGER(4). If set to TRUE, the palette range will be set to the minimum and maximum data values within the Region of Interest (ROI). If set to FALSE, the values defined by favSetPaletteRange will be used.

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

favSetPaletteRange