Continuous Dwell

Robert P. Munafo, 2008 Mar 17.


A method of calculating dwell that gives a continuous value, i.e. a value that varies smoothly rather than jumping from one integer to another. This allows for more variety in coloring algorithms.

The simplest method is to choose a large escape radius, then perform the ordinary iteration algorithm. Let Zn be the value of the iterate that exceeds the escape radius. The normal dwell value would be n (as shown in the pseudo-code in the escape-iterations article). The "continuous dwell" value is given by

D = n + log2(log2(|Zn|)) - log2(log2(EscapeRadius))



From the Mandelbrot Set Glossary and Encyclopedia, by Robert Munafo.     Mu-ency index


Creative Commons License This work is licensed under a Creative Commons Attribution 2.5 License .
WWW: http://www.mrob.com/
EMail: mrob at mrob com (If you aren't a spambot you can rewrite this yourself)
© 1996-2008 Robert P. Munafo.s.13