Query the grayvalue display modes.
::query_paint returns the names of all grayvalue display modes (e.g. 'gray', '3D-plot', 'contourline', etc.) for the output window. These modes are used by ::set_paint. ::query_paint only returns the names of the display values, not the additional parameters that may be necessary for some modes.
|
WindowHandle (input_control) |
window -> HTuple.long |
| Window_id. | |
|
Mode (output_control) |
string-array -> HTuple.char * |
| Grayvalue display mode names. | |
::query_paint returns H_MSG_TRUE if the window is valid. Otherwise an exception handling is raised.
::get_paint, ::set_paint, ::disp_image
::set_paint, ::get_paint, ::disp_image
System