TFractalImage

This is a decendent of TImage and has all the properties of TImage.
Furthermore it has the following extra Properties and methods:

property Active:Boolean;
This is a property for Designtime displaying of the chosen fractal.
If you set it to true, it will paint the fractal and then set it back
to false.(It calls the method: PaintFractal)

property FractalProperties:TFractalProperties;
This is where you set all the Fractal Properties (type etc.) Just look
in the sourcecode for further instructions.

procedure PaintFractal;
This is the key method in this component. As the name states, this
method paints the Fractal. If you have the IncrementalDisplay
property set to true, you will see the Fractal getting painted, but
this might take a long time!!!

procedure Stop;
This method stops the painting of the fractal. But it only works if 
you have the IncrementalDisplay property set to true.

All the other properties and methods of TImage works. (SaveToFile etc.)

BTW. I only use 16 colors!!!

If you think this is interresting or you make some corrections to my source
or you have some questions regarding TFractalImage or ... (You get the point)
you can contact me via email: kim@eurosoft.dk

Kim Friis Pedersen
