Module crossterm::color

source ·
Expand description

A module that contains all the actions related to the styling of the terminal. Like applying attributes to font and changing the foreground and background.

Structs

Struct that stores a platform-specific implementation for color related actions.

Functions

Get a TerminalColor implementation whereon color related actions can be performed.
Get a TerminalColor instance whereon color related actions can be performed. Pass the reference to any Screen you want this type to perform actions on.