Module crossterm::crossterm_style [] [src]

Structs

ObjectStyle

Struct that contains the style properties that can be applied to an displayable object.

StyledObject

Struct that contains both the style and the content wits will be styled.

TerminalColor

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

Enums

Attribute
Color

Colors that are available for coloring the termainal font.

ColorType

Color types that can be used to determine if the Color enum is an Fore- or Background Color

Functions

get

Get an TerminalColor implementation whereon color related actions can be performed.

paint

Wraps an displayable object so it can be formatted with colors and attributes.