query_gray🔗
Short description🔗
query_gray — Query the displayable gray values.
Signature🔗
query_gray( window WindowHandle, out integer Grayval )
Description🔗
query_gray returns all gray values that are used for
gray value output (disp_image) and that can be reproduced
exactly in the window. They can be set with the
set_gray call.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
WindowHandle (input_control) window → (handle)
Window handle.
Grayval (output_control) integer-array → (integer)
Tuple of all displayable gray values.
Result🔗
query_gray returns 2 (H_MSG_TRUE), if the window is
valid. Otherwise an exception is raised.
Combinations with other operators🔗
Module🔗
Foundation