Struct termion::color::Rgb [] [src]

pub struct Rgb(pub u8, pub u8, pub u8);

A truecolor RGB.

Trait Implementations

impl Color for Rgb
[src]

fn write_fg(&self, f: &mut Formatter) -> Result

Write the foreground version of this color.

fn write_bg(&self, f: &mut Formatter) -> Result

Write the background version of this color.