()
| 3767 | return 0 == (50331648 & this.bg); |
| 3768 | } |
| 3769 | isAttributeDefault() { |
| 3770 | return 0 === this.fg && 0 === this.bg; |
| 3771 | } |
| 3772 | getFgColor() { |
| 3773 | switch (50331648 & this.fg) { |
| 3774 | case 16777216: |
nothing calls this directly
no outgoing calls
no test coverage detected