JavaScript:实现生成 Mandelbrot 曼德勃罗集图像算法
export function getRGBData (
imageWidth = 800,
imageHeight = 600,
figureCenterX = -0.6,
figureCenterY = 0
export function getRGBData (
imageWidth = 800,
imageHeight = 600,
figureCenterX = -0.6,
figureCenterY = 0