Thresholds an input color pattern to create a black and white mask. The falloff will define a gradual transition from black to white. The output is always between 0 and 1.

Input Parameters

Input Color

The color pattern you would like to threshold.

Channel

The input channel this node will operate on:

Threshold

The value at which the transition from black to white will take place.

Transition Width

This control allows you to create a sharp or progressive transitions. The transition width is centered on the threshold value.

Transition Profile

The interpolation from black to white can be computed with three different curves:

 

Output Parameters

resultRGB

The tresholded pattern as a monochrome color.

resultR

The R channel result

resultG

The G channel result

resultB

The B channel result

resultA

If alpha is present and resultRGB is connected it returns the channel after RGB. If RGB is not connected it returns the first channel.