query_all_colorsπ
Short descriptionπ
query_all_colors β Query all color names.
Signatureπ
query_all_colors( window WindowHandle, out string Colors )
Descriptionπ
query_all_colors returns the names of all colors that
are known to HALCON. That doesnβt mean that these colors are
available for specific screens. On some screens there may only be a
subset of colors available (see query_color). The HALCON colors
are used to display regions (disp_region,
disp_polygon, disp_circle, etc.). They can
be defined with set_color.
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.
Colors (output_control) string-array β (string)
Color names.
Resultπ
query_all_colors always returns 2 (H_MSG_TRUE)
Combinations with other operatorsπ
Combinations
Possible successors
set_system, set_color, disp_region
See also
query_color, set_system, set_color, disp_region, open_window
Moduleπ
Foundation