[][src]Trait prototty_grid::ColourConversion

pub trait ColourConversion {
    type Colour;
    fn convert_foreground_rgb24(&mut self, rgb24: Rgb24) -> Self::Colour;
fn convert_background_rgb24(&mut self, rgb24: Rgb24) -> Self::Colour;
fn default_foreground(&mut self) -> Self::Colour;
fn default_background(&mut self) -> Self::Colour; }

Associated Types

type Colour

Loading content...

Required methods

fn convert_foreground_rgb24(&mut self, rgb24: Rgb24) -> Self::Colour

fn convert_background_rgb24(&mut self, rgb24: Rgb24) -> Self::Colour

fn default_foreground(&mut self) -> Self::Colour

fn default_background(&mut self) -> Self::Colour

Loading content...

Implementors

Loading content...