Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
romanschenk37 | abcf639897 |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue