ExtensionPlotting a fractal with Image.
| width |
Resolution in X dimension. |
| height |
Resolution in Y dimension. |
| thresh |
A threshold greater than |
| maxIterations |
The higher the value, the longer each pixel calculation will take. |
Access without drawing.
Creates a Window and an Image. Also mainly for testing.
| zoom |
A Rect specifying zoom level. The default is |
| bounds |
A Rect specifying the plot window size and position. |
| colorFunc |
A Function for colourising pixels with an iteration count greater than the threshold. It is passed two Integer arguments ( |
| background |
A background Color for the Image. Visible with a threshold > 1. |
| interpolation |
Can be |