#
# NEED_PARMS thresh
#
# HELP: SYNOPSIS:
# HELP:     generic/segm/set_recol_thresh thresh
# HELP:
# HELP: DESCRIPTION:
# HELP:     Set the step threshold that recoloring components using
# HELP:     Ctrl-Right-Mouse-Button uses.
# HELP:     Set this to 65535 to just recolor the whole layer without
# HELP:     looking at the grey values.
# HELP:     If you set a lower value, only steps that have a distance of the
# HELP:     given value or less will be taken. 
# HELP:     This can be used to simulate the "magic wand" fill function of
# HELP:     2D graphics packages, i.e. to fill areas of similar grey value.
#
CECHO ${$root.global.maxreccompst=(int)$argv[1]}
