_destroyPicker: function() {
    if (this.color_picker) {
      this._unbindPicker();
      this.removeView(this.color_picker);
      this.color_picker.hide();