Initializes a new instance of the
Fractal class
Namespace: FractalZoomerAssembly: FractalZoomer (in FractalZoomer.exe) Version: 1.1.1.0 (1.1.1)
public Fractal(
int maxIterations = 128,
int smoothColorIndices = 1024,
double colorScale = 48
)
public Fractal(
int maxIterations = 128,
int smoothColorIndices = 1024,
double colorScale = 48
)
Public Sub New (
Optional maxIterations As Integer = 128,
Optional smoothColorIndices As Integer = 1024,
Optional colorScale As Double = 48
)
Public Sub New (
Optional maxIterations As Integer = 128,
Optional smoothColorIndices As Integer = 1024,
Optional colorScale As Double = 48
)
public:
Fractal(
int maxIterations = 128,
int smoothColorIndices = 1024,
double colorScale = 48
)
public:
Fractal(
int maxIterations = 128,
int smoothColorIndices = 1024,
double colorScale = 48
)
new :
?maxIterations : int *
?smoothColorIndices : int *
?colorScale : float
(* Defaults:
let _maxIterations = defaultArg maxIterations 128
let _smoothColorIndices = defaultArg smoothColorIndices 1024
let _colorScale = defaultArg colorScale 48
*)
-> Fractal
new :
?maxIterations : int *
?smoothColorIndices : int *
?colorScale : float
(* Defaults:
let _maxIterations = defaultArg maxIterations 128
let _smoothColorIndices = defaultArg smoothColorIndices 1024
let _colorScale = defaultArg colorScale 48
*)
-> Fractal