dev_map_par
— Open the dialog to specify the visualization parameters.
dev_map_par
is obsolete and is only provided for
reasons of backward compatibility. New applications should use
dev_open_tool
with ToolName
set to
'visualization_parameters_dialog' instead.
dev_map_par( : : : )
dev_map_par
opens the Visualization Parameter
dialog.
This can also be achieved interactively via the menu
Visualization
-> Set Parameters...
or the appropriate tool bar button.
The dialog is used to configure the visualization parameters that are used
to display iconic objects.
This operator is not supported for code export.
read_image (Image, 'fabrik') threshold (Image, Region, 128, 255) dev_map_par ()
dev_map_par
returns always TRUE.
Foundation