()
| 5593 | return this._isDisposed; |
| 5594 | } |
| 5595 | get backgroundColorRGB() { |
| 5596 | return null === this._cachedBg && (this.options.backgroundColor ? this._cachedBg = s2.css.toColor(this.options.backgroundColor) : this._cachedBg = void 0), this._cachedBg; |
| 5597 | } |
| 5598 | get foregroundColorRGB() { |
| 5599 | return null === this._cachedFg && (this.options.foregroundColor ? this._cachedFg = s2.css.toColor(this.options.foregroundColor) : this._cachedFg = void 0), this._cachedFg; |
| 5600 | } |
nothing calls this directly
no outgoing calls
no test coverage detected