package
1.0.0
Repository: https://github.com/joegruffins/termdash.git
Documentation: pkg.go.dev

# Functions

BgColor sets the background color of the cell.
ColorNumber sets a color using its number.
ColorRGB24 sets a color using the 24 bit web color scheme.
ColorRGB6 sets a color using the 6x6x6 terminal color.
FgColor sets the foreground color of the cell.
NewOptions returns a new Options instance after applying the provided options.

# Constants

8 "system" colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.

# Structs

Options stores the provided options.

# Interfaces

Option is used to provide options for cells on a 2-D terminal.

# Type aliases

Color is the color of a cell.