Convert color from HSV to RGB color space.
void HSVToRGB(const float h, const float s, const float v, float &r, float &g, float &b);