FractalConfig

data class FractalConfig(size: Int, maxIterations: Int, messiness: Int, zoom: Double)

Properties

Link copied to clipboard
val maxIterations: Int
Link copied to clipboard
val messiness: Int
Link copied to clipboard
val size: Int
Link copied to clipboard
val zoom: Double