Creates an rgba(...) color.
rgba(...)
const Color.rgba(int red, int green, int blue, double alpha) : value = 'rgba($red, $green, $blue, $alpha)';