favSetImageFilter

AVVIEWER Subroutine: Enables or disables image linear filtering.

Module: USE AVVIEWER

Syntax

favSetImageFilter (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, Image Linear Filtering is enabled; if set to FALSE, it is disabled.

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

When enabled, Image Linear Filtering smoothes the color values of each data point in the graph by blending the color with colors of neighboring points.

See Also

favGetImageFilter