1000000 iterations. i did a little color mapping. the colors are scaled 0 -> 1. i set red = (x % 1000) / 1000 green = (y % 1000) / 1000 blue = ((x+y) % 1000) / 1000 50000 iterations 1000000 iterations zoomed in