From 0c2d830be664e22df772d2ecf3f550800bc9dfec Mon Sep 17 00:00:00 2001 From: neingeist Date: Sat, 11 May 2013 16:01:45 +0200 Subject: [PATCH] violet mandelbrot --- mandelbrot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandelbrot.c b/mandelbrot.c index c55f32c..8351fb9 100644 --- a/mandelbrot.c +++ b/mandelbrot.c @@ -38,7 +38,7 @@ int main(int argc, char *argv[]) { Uint32 color; if (diverges) { - color = 0x00020304 * it; + color = 0x00010001 * it; } else { color = 0x00000000; }