pub const fn color_to_rgb(color: Color, palette: Palette) -> RgbColorExpand description
Lossily convert from any 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 color_to_rgb(color: Color, palette: Palette) -> RgbColorLossily convert from any color to RGB
As the palette for 4-bit colors is terminal/user defined, a palette::Palette must be
provided to match against.