resolveBackground method

VtRgbColor? resolveBackground(
  1. VtStyle style
)

Resolves this style's background color using this render-state palette.

Implementation

VtRgbColor? resolveBackground(VtStyle style) =>
    resolve(style.background, defaultColor: background);