Convert color from HSL to RGBA.
Color HSLToColor(const float h, const float s, const float l, const float a);