violet mandelbrot

master
neingeist 12 years ago
parent 91611b08ec
commit 0c2d830be6

@ -38,7 +38,7 @@ int main(int argc, char *argv[]) {
Uint32 color; Uint32 color;
if (diverges) { if (diverges) {
color = 0x00020304 * it; color = 0x00010001 * it;
} else { } else {
color = 0x00000000; color = 0x00000000;
} }

Loading…
Cancel
Save