Escape Transforms
PreviousNext

Escape Transforms

Colors are displayed in Fred's Fractal Viewer by mapping the Mandelbrot Escape Count to indexes into the 256 color palette. The indexes into the palette range from 0 to 255.

Identity Transform

The Identity Transform is used by default when an .efractal file is first opened in Fred's Fractal Viewer. However, after the user has added locales to an .efractal file, one of those locales becomes the default locale. When the .efractal file is subsequently opened in the Viewer, the default locale for the .efractal file will be activated. Whatever Escape Transform is specified in the default locale effectively becomes the default Escape Transform for that .efractal file.

Div N Transform

Use the View->Escape Transform>Config menu item to set the N value for the Div N transform.

Quasi Log EscCnt/N Transform

G(N, x) is a discrete function defined for positive integers N and x. G( N, x)  is as follows:

Note that the function G(N, x) can be roughly approximated by the function GG(N, x) = N*log_base2((x + N)/N) .

So why use this? Consider the following fractal region displayed with the Identity transform followed by the Quasi Log transform:

 

Use the View->Escape Transform>Config menu item to set the N value for the Quasi Log EscCnt/N transform.