(e3)
| 2319 | this._contrastCache.clear(), this._halfContrastCache.clear(), this._updateRestoreColors(), this._onChangeColors.fire(this.colors); |
| 2320 | } |
| 2321 | restoreColor(e3) { |
| 2322 | this._restoreColor(e3), this._onChangeColors.fire(this.colors); |
| 2323 | } |
| 2324 | _restoreColor(e3) { |
| 2325 | if (void 0 !== e3) switch (e3) { |
| 2326 | case 256: |
no test coverage detected