resolveForeground method

VtRgbColor? resolveForeground(
  1. VtStyle style
)

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

Implementation

VtRgbColor? resolveForeground(VtStyle style) =>
    resolve(style.foreground, defaultColor: foreground);