setFillRGBColor: function CanvasGraphics_setFillRGBColor(r, g, b) {
      var color = Util.makeCssRgb(arguments);
      this.ctx.fillStyle = color;
      this.current.fillColor = color;
    },