This is supposed to be a "plasma-like" effect, it uses 4 different sin functions to generate the
red, green and blue coefficients at each pixel.
It uses Java's "Memory Image Source" feature to achieve reasonable pixel-pushing speed (for Java anyway).
I have also written two other plasma effects which I prefer, this one is Ok and this one is ace.