violet mandelbrot
This commit is contained in:
parent
91611b08ec
commit
0c2d830be6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
Uint32 color;
|
||||
if (diverges) {
|
||||
color = 0x00020304 * it;
|
||||
color = 0x00010001 * it;
|
||||
} else {
|
||||
color = 0x00000000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue