Operators |
get_comprise — Get the output treatment of an image matrix.
get_comprise is obsolete and is only provided for reasons of backward compatibility.
get_comprise( : : WindowHandle : Mode)
get_comprise returns the output mode of gray values in the window WindowHandle that is used by disp_image and disp_color. The output mode defines whether only the gray values of objects are displayed or the whole image is displayed. The query is used for temporary mode settings, i.e., the current mode is queried, then overwritten with (set_comprise) and finally reset.
Window handle.
Display mode for images.
get_comprise returns 2 (H_MSG_TRUE) if the window is valid. Otherwise an exception is raised.
set_comprise, disp_image, disp_image
set_comprise, disp_image, disp_color
Foundation
Operators |