pub fn from_screen(screen: &Screen) -> Terminal<'_>
Expand description

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.