rockbox/apps/plugins/fractals
Rafaël Carré 82fafb2d55 mandelbrot: use correct colors on greyscale targets (FS#10935)
Tested on Clipv1 (sim/target) and Ipod3g (sim)
Each color would be calculated as 0

Note the iteration over the whole range of colors is quite weird, and I
can not really sense what max_iter represents (except it's a number of
different colors, right?)

It should be backported to branch after tomers check if color range is
correct (FS#10935 mentions much smaller range for color targets as well)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24377 a1c6a512-1295-4272-9138-f99709370657
2010-01-30 07:16:16 +00:00
..
cpu_arm.h Fractals: Have helper functions in header file to keep them inlined 2010-01-17 22:03:36 +00:00
cpu_coldfire.h Fractals: Have helper functions in header file to keep them inlined 2010-01-17 22:03:36 +00:00
cpu_sh7043.h Fractals: Have helper functions in header file to keep them inlined 2010-01-17 22:03:36 +00:00
fractal.c Fractals: Use overlay (do not clear the screen and paint the same region) when changing precision 2010-01-18 16:36:06 +00:00
fractal.h Fractals: this should fix bugs on simulator for greyscale LCD targets. 2010-01-21 12:27:07 +00:00
fractal_rect.c FS#10911 - Plugins: Fractals (formerly Mandelbrot) 2010-01-15 05:53:15 +00:00
fractal_rect.h Fractals: Use constants for screen panning 2010-01-17 15:32:17 +00:00
fractal_sets.h Fractals: this should fix bugs on simulator for greyscale LCD targets. 2010-01-21 12:27:07 +00:00
fractals.make FS#10911 - Plugins: Fractals (formerly Mandelbrot) 2010-01-15 05:53:15 +00:00
mandelbrot_set.c mandelbrot: use correct colors on greyscale targets (FS#10935) 2010-01-30 07:16:16 +00:00
mandelbrot_set.h FS#10911 - Plugins: Fractals (formerly Mandelbrot) 2010-01-15 05:53:15 +00:00
SOURCES Fractals: Have helper functions in header file to keep them inlined 2010-01-17 22:03:36 +00:00