[][src]Trait ansi_rgb::Background

pub trait Background: Sized {
    fn bg(self, rgb: RGB8) -> WithBackground<Self>;
}

Adds a background color

Required methods

fn bg(self, rgb: RGB8) -> WithBackground<Self>

Adds the given background color

Loading content...

Implementors

impl<T> Background for T[src]

Loading content...