Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help. Draw the Mandelbrot Set 16.8 Homework 4b: Draw the Mandelbrot Set Note: Since this program creates images, to pass it off you must
Please help. Draw the Mandelbrot Set
16.8 Homework 4b: Draw the Mandelbrot Set Note: Since this program creates images, to pass it off you must show it running to the instructor in person. He will also look at your code at that time to verify that you have included all of the required classes. The images that you create are not supported by most applications, but the GIMP (gimp.org) will view them, so you may want to download that application. Now that you have a Complex number class and can do the Mandelbrot iteration function for a point on the complex plane, you are ready to write a couple more classes, and do a complete rendering of the Mandelbrot set. 1. Create an RGB color class that will hold 3 integer values, one for red, one for green, and one for blue. Define appropriate functionality for this class, including constructors, getters, and setters for each of the components (or make them public) 2. Create a Colorlmage class that holds a 2D array of RGB colors. Define appropriate functionality for this class to create a color image of a certain size, clear the image with a specific color, and get or set a given pixel value. Overload theStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started