_getColor: function () {
    var color = this.model.get('fixed');

    return color
      ? Utils.hexToRGBA(color, this._getOpacity())