Compare commits

..

1 Commits

Author SHA1 Message Date
romanschenk37 abcf639897 Aufgabe 3 bearbeitet 2022-03-06 22:15:08 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ public class MandelbrotCallableProcessor extends MandelbrotProcessor {
// select color based on count of iterations
imageRow.pixels[col] = (count != maxIterations) ?
palette[count % palette.length] : Color.BLACK;
}
return imageRow;
}