Documentation ¶ Index ¶ type Color func All() []Color func Parse(s string) Color func (c Color) CssValue() string func (c Color) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Color ¶ type Color int const ( Unset Color = iota Black White Red Orange Yellow Green Mint Teal Cyan Blue Indigo Purple Pink Brown Background Foreground DimmedForeground Gray Highlight Transparent Inherit Rep RepForeground RepBackground RepHighlight RepGray ) func All ¶ added in v0.1.98 func All() []Color func Parse ¶ added in v0.1.25 func Parse(s string) Color func (Color) CssValue ¶ func (c Color) CssValue() string func (Color) String ¶ func (c Color) String() string Source Files ¶ View all Source files colors.go Click to show internal directories. Click to hide internal directories.