设置形状内部使用的颜色。 r、g、b 的范围是 0-255,a 的范围是 0-1。
r
g
b
a
void setFillColorRgb(int r, int g, int b, [num a = 1]) { this.fillStyle = 'rgba($r, $g, $b, $a)'; }