favSetTextureMode

AVVIEWER Subroutine: Enables or disables 1D textured color mapping.

Module: USE AVVIEWER

Syntax

favSetTextureMode (hv, mode, status)

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

mode
An input argument of type INTEGER(2). It specifies the desired texture mode. If set to 1, texture mapping is enabled; if set to 0, 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

Texture mapping results in a more precise mapping of palette color values to the graph surface, but may result in slower graph updates. The visual difference between different TextureMode values is most noticeable when the number of data points in the graph is small.

TextureMode has no effect if Shading is disabled.

See Also

favGetTextureMode, favGetShading