favGetPaletteRange

AVVIEWER Subroutine: Gets the range of data values that will be associated with the color palette.

Module: USE AVVIEWER

Syntax

favGetPaletteRange (hv, minval, maxval, status)

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

minval
An output argument of type REAL(8). It returns the lower bound palette range.

maxval
An output argument of type REAL(8). It returns the upper bound palette range.

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