map_vt100_color

Function map_vt100_color 

Source
pub fn map_vt100_color(
    c: Color,
    is_bg: bool,
    default_fg: Color,
    default_bg: Color,
) -> Color
Expand description

Map VT100 color to Skia Color

If is_bg is true, Default maps to background color instead of foreground