Module crossterm::color[][src]

With this module you can perform actions that are color related. Like styling the font, foreground color and background.

Structs

TerminalColor

Struct that stores an specific platform implementation for color related actions.

Functions

color

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.