Convert color from HSI to RGB color space.
void HSIToRGB(const float h, const float s, const float i, float &r, float &g, float &b);