This is supposed to be a "plasma-like" effect, it uses 4 different sin functions to generate the
colour index for 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, one which I don't like as much and one which I prefer.