Query the number of colors for color output.
query_colored returns all possible parameter values for set_colored. set_colored defines how many colors are used for region or graphics output.
|
PossibleNumberOfColors (output_control) |
integer-array -> integer |
| Tuple of the possible numbers of colors. | |
regiongrowing(Image,Seg,5,5,6,100) query_colored(Colors) set_colored(WindowHandle,Colors[1]) disp_region(Seg,WindowHandle).
query_colored always returns 2 (H_MSG_TRUE).
query_colored is reentrant and processed without parallelization.
set_colored, set_color, disp_region
System