Convert color from HSI to RGBA.
Color HSIToColor(const float h, const float s, const float i, const float a);