in the method
ColorHSLtoRGB (nHueValue, nSaturationValue, nLightnessValue, *nRedReturn, *nGreenReturn, *nBlueReturn)
the range of values for nHueValue is [0 - 5].
This way we are missing some colours. The range should be [0 - 2*pi].
Here is an example image created with gdpicturpro.
I used:
- Code: Select all
nHueValue = myAngle / (2*pi) * 5.0
As you can see, all colours between magenta and red are missing:

If you wanna do me a HUGE favour, you could correct the range in gdpicturepro version 3.9003, which I am still using.
Best regards,
Kyer
