_onChangeValue: function (color) {
    this.model.set({ fixed: color.hex, opacity: color.opacity });
  }