isBackgroundColorOnly property

bool get isBackgroundColorOnly

Whether this cell only contributes an explicit background color.

Implementation

bool get isBackgroundColorOnly =>
    contentTag ==
        bindings
            .GhosttyCellContentTag
            .GHOSTTY_CELL_CONTENT_BG_COLOR_PALETTE ||
    contentTag ==
        bindings.GhosttyCellContentTag.GHOSTTY_CELL_CONTENT_BG_COLOR_RGB;