Constructs a Color from hue, saturation, lightness and alpha values
const factory Color.hsla(int hue, int saturation, int lightness, double alpha) = _HSLAColor;