Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultFG = escape.Sequence{Pre: "39", Post: ""} // DefaultFG resets the foreground color DefaultBG = escape.Sequence{Pre: "49", Post: ""} // DefaultBG resets the background color )
Default Colors
Functions ¶
This section is empty.
Types ¶
type Color ¶
type Color uint8
Color represents a 256 color mode sequence
const ( Black Color = iota Red Green Yellow Blue Magenta Cyan LightGray DarkGray LightRed LightGreen LightYellow LightBlue LightMagenta LightCyan White )
16 colors
Click to show internal directories.
Click to hide internal directories.