Aufgabe 3 bearbeitet
This commit is contained in:
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user