Dynamic Color Gradient Generator Test V2 (Aug. 5th 2005) -Dennis Busch-
-----------------------------------------------------------------------
Functionality of version1 is fully preserved, either by using native 
version1 functions and types or by emulating it in version2 types.
(check EXAMPLE 1 in main inside "colgradgen.cpp")

See introduction comments in "wcolgradgen.h".
The new types and function declarations are below those of version1 inside
that same file.

NEW Features:
-Color ABSORBER
-Effect Modifier
 Where in the previous version "distance" was used to calculate the effect,
 now "effect_modifier" is used.
 It is calculated as effect_modifier = p * distance^exp.
 p and exp are set individually for each ATTRACTOR.
 (set p=1.0 and exp=1.0 to get the same behaviour as in version1)
 
Have Fun!
-Dennis