fast_blur


Description:

public void fast_blur (int radius, int process_count = 1)

Performs a blur operation on the internal Cairo.Surface, using the fast-blur algorithm found here http://incubator.quasimondo.com/processing/superfastblur.pde.

Parameters:

radius

the blur radius

process_count

the number of times to perform the operation