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