favSetShowPalette
AVVIEWER Subroutine: Displays or hides the color palette.
Module: USE AVVIEWER
Syntax
- favSetShowPalette (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 current color palette will be displayed in the Graph View.
If set to FALSE, the palette will not be displayed.
- 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
favGetShowPalette