Skip to main content

Interface: MandelbrotSetOptions

Defined in: mobjects/fractals/MandelbrotSet.ts:7

Options for creating a MandelbrotSet visualization

Properties

center?

optional center: [number, number]

Defined in: mobjects/fractals/MandelbrotSet.ts:13

Center of the view in the complex plane [re, im]. Default: [-0.5, 0]


height?

optional height: number

Defined in: mobjects/fractals/MandelbrotSet.ts:11

Height of the render plane in world units. Default: 6


lightness?

optional lightness: number

Defined in: mobjects/fractals/MandelbrotSet.ts:21

Lightness for HSL-based coloring (0-1). Default: 0.5


maxIterations?

optional maxIterations: number

Defined in: mobjects/fractals/MandelbrotSet.ts:17

Maximum iteration count. Default: 100


opacity?

optional opacity: number

Defined in: mobjects/fractals/MandelbrotSet.ts:23

Opacity (0-1). Default: 1


saturation?

optional saturation: number

Defined in: mobjects/fractals/MandelbrotSet.ts:19

Saturation for HSL-based coloring (0-1). Default: 0.8


width?

optional width: number

Defined in: mobjects/fractals/MandelbrotSet.ts:9

Width of the render plane in world units. Default: 8


zoom?

optional zoom: number

Defined in: mobjects/fractals/MandelbrotSet.ts:15

Zoom level (higher = more zoomed in). Default: 1