()
| 3798 | this.extended.isEmpty() ? this.bg &= -268435457 : this.bg |= 268435456; |
| 3799 | } |
| 3800 | getUnderlineColor() { |
| 3801 | if (268435456 & this.bg && ~this.extended.underlineColor) switch (50331648 & this.extended.underlineColor) { |
| 3802 | case 16777216: |
| 3803 | case 33554432: |
| 3804 | return 255 & this.extended.underlineColor; |
| 3805 | case 50331648: |
| 3806 | return 16777215 & this.extended.underlineColor; |
| 3807 | default: |
| 3808 | return this.getFgColor(); |
| 3809 | } |
| 3810 | return this.getFgColor(); |
| 3811 | } |
| 3812 | getUnderlineColorMode() { |
| 3813 | return 268435456 & this.bg && ~this.extended.underlineColor ? 50331648 & this.extended.underlineColor : this.getFgColorMode(); |
| 3814 | } |
no test coverage detected