YAMP.Numerics.Mandelbrot.Mandelbrot C# (CSharp) Method

Mandelbrot() public method

Creates a new mandelbrot instance with the default number of iterations (255).
public Mandelbrot ( ) : System
return System
        public Mandelbrot()
            : this(255)
        {
        }

Same methods

Mandelbrot::Mandelbrot ( int maxIterations ) : System
Mandelbrot::Mandelbrot ( int maxIterations, int colors ) : System