I saw this
GLMGaussianBlurBrickRenderer class #example
nice!
And once I did something similiar, a Morph that blurres the underlaying display.
But instead of doing a convolution (convolve image with kernel) by hand,
I convolve the kernel with the image by using copyBits from the BitBlt: