Convert color from HSV to RGBA.
Color HSVToColor(const float h, const float s, const float v, const float a);