Constructs a new RGB color.
The channel values are exposed as r, g and b properties on the returned instance.
r
g
b
Rgb(this.r, this.g, this.b, [super.opacity]);