Function crossterm::style::color[][src]

pub fn color<'stdout>(screen: &'stdout Screen) -> TerminalColor<'stdout>

Get an Terminal Color implementation whereon color related actions can be performed. Pass the reference to any screen you want this type to perform actions on.