void setStrokeColorRgb(int r, int g, int b, [num a = 1]) { strokeStyle = 'rgba($r, $g, $b, $a)'.toJS; }