()
| 3810 | return this.getFgColor(); |
| 3811 | } |
| 3812 | getUnderlineColorMode() { |
| 3813 | return 268435456 & this.bg && ~this.extended.underlineColor ? 50331648 & this.extended.underlineColor : this.getFgColorMode(); |
| 3814 | } |
| 3815 | isUnderlineColorRGB() { |
| 3816 | return 268435456 & this.bg && ~this.extended.underlineColor ? 50331648 == (50331648 & this.extended.underlineColor) : this.isFgRGB(); |
| 3817 | } |
nothing calls this directly
no test coverage detected