Slope Blur

Filters / Blurs

Directional blur following a slope/gradient map.

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

Inputs

  • input
  • slope

Parameters

ParameterTypeDefaultRangeDescription
intensity
Intensity
float100 to 16Blur intensity.
mode
Mode
enumblurBlend mode: blur (smooth), min (erode), or max (dilate).
  • min : Erode bright areas by keeping the darkest sampled value.
  • max : Dilate bright areas by keeping the brightest sampled value.
  • blur : Average samples for a smooth blur.

Outputs

  • output (default format: rgba16float)