defaultBg property

int get defaultBg

The grid's current default background (packed 0x00RRGGBB). The painter skips filling cells equal to this — the layer is cleared to it by the host — mirroring native alacritty's bg_alpha == 0 for untouched default cells.

Implementation

int get defaultBg => _defaultBg;