Returns a RGBA record.
@override ({int r, int g, int b, double a}) get rgba => (r: r, g: g, b: b, a: alpha);