josecelano / c-mandelbrot-arbitrary-precision

Proof of concept project about adding arbitrary precision math to Fractal generation software GNofract4D.
6 stars 3 forks source link

Create at least one nice color map #1

Open josecelano opened 4 years ago

josecelano commented 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

image

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