|
|
Title | Draw a vortex fractal with smoothly shaded colors in Visual Basic 6 |
Description | This example shows how to draw a vortex fractal with smoothly shaded colors in Visual Basic 6. |
Keywords | graphics, fractals, vortex, vortex fractal, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic 6, VB6 |
Categories | Graphics, Algorithms, Graphics |
|
|
The example Draw a vortex fractal in Visual Basic 6 explains how to draw a vortex fractal.
The example Draw a Mandelbrot set with smoothly shaded colors in Visual Basic 6 explains how to use smooth shading when drawing a Mandelbrot set.
This example combines the equations of the first with the color scheme of the second. See those examples and the code for the details.
The shading isn't perfect because the program uses a smoothing algorithm designed for the Mandelbrot set rather than this fractal, but the result is still very nice, particularly for the second smoothing method.
|
|
|
|
|
|
|
|
|