resolveBackground method
- VtStyle style
Resolves this style's background color using this render-state palette.
Implementation
VtRgbColor? resolveBackground(VtStyle style) =>
resolve(style.background, defaultColor: background);
Resolves this style's background color using this render-state palette.
VtRgbColor? resolveBackground(VtStyle style) =>
resolve(style.background, defaultColor: background);