package
0.0.0-20240104140753-89b28be769de
Repository: https://github.com/halimath/terminal.git
Documentation: pkg.go.dev

# Functions

BgRGB creates a SGR to set the background color to one of the 256 colors based on red, green and blue components.
BgTrueColor creates a SGR that sets the background color to the true color value given with r, g, b.
FgRGB creates a SGR to set the foreground color to one of the 256 colors based on red, green and blue components.
FgTrueColor creates a SGR that sets the foreground color to the true color value given with r, g, b.
Remove removes all SGRs on b and returns the bare bytes.

# Constants

Rendition instructions for standard background colors.
No description provided by the author
No description provided by the author
No description provided by the author
Rendition instructions for light background colors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
slow blink.
bold or increased intensity.
faint or decreased intensity.
Rendition instructions for standard foregroud colors.
No description provided by the author
No description provided by the author
No description provided by the author
Rendition instructions for light foregroud colors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Invert Fg/Bg colors.
Italic mode.
reset all SGR effects to their default.
singly underlined.

# Type aliases

SGR defines a type for Select Graphic Rendition instructions.