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

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

A truecolor RGB.

Trait Implementations

impl Color for Rgb
[src]

Write the foreground version of this color.

Write the background version of this color.