Open josecelano opened 4 years ago
There are only 3 color maps implemented: https://github.com/josecelano/c-mandelbrot-arbitrary-precision/blob/master/src/mandelbrot/domain/image/color_map.h
We could implement at least one more using the number of iterations, for example the one used here: https://github.com/josch/mandelbrot/blob/master/mandel_mpfr.c
There are only 3 color maps implemented: https://github.com/josecelano/c-mandelbrot-arbitrary-precision/blob/master/src/mandelbrot/domain/image/color_map.h
We could implement at least one more using the number of iterations, for example the one used here: https://github.com/josch/mandelbrot/blob/master/mandel_mpfr.c