pub const fn ansi_to_rgb(color: AnsiColor, palette: Palette) -> RgbColorExpand description
Lossily convert from 4-bit color to RGB
As the palette for 4-bit colors is terminal/user defined, a palette::Palette must be
provided to match against.
pub const fn ansi_to_rgb(color: AnsiColor, palette: Palette) -> RgbColorLossily convert from 4-bit color to RGB
As the palette for 4-bit colors is terminal/user defined, a palette::Palette must be
provided to match against.