BlankHow would I create a function to generate RGB colors ranging in 100
steps (1%) to create Hot->Cold colors like we see in the 3D charts?

Function getRGBColorTemperature( MyVariable ) // 0 <= MyVariable <= 100;
    {
    Red    = f(MyVariable);
    Green = f(MyVariable);
    Blue   = f(MyVariable);
    return ColorRGB( Red, Geen, Blue );
    }

Many Thanks!

herman

Attachment: Blank Bkgrd.gif
Description: GIF image

Reply via email to