Skip to main content

Module blur

Module blur 

Source
Expand description

Stack blur and recursive blur implementations.

Port of agg_blur.h. Provides fast approximate Gaussian blur using the stack blur algorithm and an IIR recursive blur alternative.

Functionsยง

recursive_blur_rgba32
Apply recursive (IIR) Gaussian blur to an RGBA32 rendering buffer.
recursive_blur_rgba32_x
Horizontal recursive blur pass.
recursive_blur_rgba32_y
Vertical recursive blur pass.
stack_blur_rgba32
Apply stack blur to an RGBA32 rendering buffer.