smooth coloring algorithm for the mandelbrot set smooth coloring algorithm for the mandelbrot set tkinter tkinter

smooth coloring algorithm for the mandelbrot set


The difference between colors #000000, #010000, ..., #FE0000, #FF0000 is so small that you obtain a smooth gradient from black to red. Hence, simply round your values: Suppose your smoothened color values of your smoothness function range from 0 to (excl) 1, then you simply use (int) (value * 256)