Function AstarMath.HSVToRGB
        
                HSVToRGB
        
                (float h, float s, float v)
    
            
            Converts an HSV color to an RGB color.
                Public
                    Static
            
        Color HSVToRGB (
float  |     h  |         |
float  |     s  |         |
float  |     v  |         
Converts an HSV color to an RGB color.
According to the algorithm described at http://en.wikipedia.org/wiki/HSL_and_HSV
Return
the RGB representation of the color.