(e3)
| 3396 | return this._setOrReportSpecialColor(e3, 2); |
| 3397 | } |
| 3398 | restoreIndexedColor(e3) { |
| 3399 | if (!e3) return this._onColor.fire([{ type: 2 }]), true; |
| 3400 | const t3 = [], i3 = e3.split(";"); |
| 3401 | for (let e4 = 0; e4 < i3.length; ++e4) if (/^\d+$/.exec(i3[e4])) { |
| 3402 | const s3 = parseInt(i3[e4]); |
| 3403 | D(s3) && t3.push({ type: 2, index: s3 }); |
| 3404 | } |
| 3405 | return t3.length && this._onColor.fire(t3), true; |
| 3406 | } |
| 3407 | restoreFgColor(e3) { |
| 3408 | return this._onColor.fire([{ type: 2, index: 256 }]), true; |
| 3409 | } |
no test coverage detected