Turbo Mode is Recommended Space Bar to Hide/Show variables S key to Hide/Show seed related variables Pixel Size 20 is recommended Color DIfference 10 is the average Gradient Amount 2.75 makes it rainbow
Pixel size changes the size of the pixel (the lower the size, the longer it takes to load) Color difference determines the difference between the colors on the top row Gradient amount determines how much the color changes from top to bottom This is how it works: The first color is generated and the top row is generated from left to right, the color changes from a range of -color difference to +color difference. (each number represents the color) [40] [30] [25] [35] [50] [40] [50] [50] [45] [35] After that, the next colors are generated by taking the color above it and the colors to the right and the left of the color above it. Then the code takes the average color and that's the color of the square. So the seed it really just the color values of the top row. [20] [30] [30] \ | / [27.5]