A few weeks ago I started doing some Graphical User Interface programming in QT as a part of updating my skills. The first graphical application was a color wave effect explorer which I needed some help finding a sped up sine function.
I revisited an old hobby I had : investigating the Mandelbrot and Julia sets and other related fractals.
In this question I will try to investigate different functions which give color mapping to the iteration count of a fractal.
Own work
my own work is limited to complementary weighted pairs of vectors to build non-linearly scaled gradients between two well defined end-point vectors: $$f(\log(i)) {\bf g}_1 + (1-f(\log(i))){\bf g}_0$$ where $i$ is iteration count. Here is example with ${\bf g}_0=[1,1,0], {\bf g}_1=[0,0,1]$ (complementary pair of yellow and blue).
But it would be interesting to investigate non linear paths in RGB space. Any reference or idea of how to do this would be welcome.
