Constructs a Color from red, green, blue and alpha values
const factory Color.rgba(int red, int green, int blue, double alpha) = _RGBAColor;