mandelbrot: start with bright colors on greyscale
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24378 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82fafb2d55
commit
442084bce9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ static fb_data imgbuffer[LCD_HEIGHT];
|
|||
#endif
|
||||
|
||||
#ifdef USEGSLIB
|
||||
#define LCOLOR(iter) (iter << 5)
|
||||
#define LCOLOR(iter) ((iter ^ 7) << 5)
|
||||
#else
|
||||
/*
|
||||
* Spread iter's colors over color range.
|
||||
|
|
Loading…
Reference in a new issue