ReadonlyidUnique identifier for this fractal type
ReadonlynameHuman-readable name
ReadonlydescriptionDescription of the fractal
ReadonlydefaultDefault configuration for this fractal
ReadonlyparameterParameter schema for UI generation
Core Mandelbrot iteration
Point c in complex plane
Configuration parameters
Iteration result
Validate configuration for this fractal type
Generate fractal data for given configuration
Generation configuration
Image data array
Classic Mandelbrot fractal implementation Formula: z_{n+1} = z_n^2 + c, where z_0 = 0