Shuffled Gradients on 2D Perlin Noise

I was receiving interesting results while playing around with 2D perlin noise applied to shuffled gradient colours.Will try to describe the process here. Noise to Pixels The code is drawing pixel-wise on a 2D array of thi.ng color and applies the finished image to the processing (quil) graphics at the end. To optimise for speed, which…