Threshold

Filters / Adjustments

Creates a hard mask by comparing input brightness with a threshold.

Select a node to adjust its parameters. Double-click a node to inspect.

Inputs

  • input

Parameters

ParameterTypeDefaultRangeDescription
threshold
Threshold
float0.50 to 1Brightness used to divide the input into black and white.
mode
Mode
enumgreaterComparison that determines which input values become white.
  • greater : Select values strictly greater than Threshold.
  • greater_or_equal : Select values greater than or exactly equal to Threshold.
  • lower : Select values strictly lower than Threshold.
  • lower_or_equal : Select values lower than or exactly equal to Threshold.

Outputs

  • output (default format: r32float)