Documentation ¶
Overview ¶
Package ansirgb converts color.Color's to ANSI colors
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Palette contains all 256 ANSI colors Palette = make(color.Palette, 0, 255) )
Functions ¶
This section is empty.
Types ¶
type Color ¶
Color represents an ANSI color
func (*Color) IsTransparent ¶
IsTransparent returns if the color is a transparent one
Click to show internal directories.
Click to hide internal directories.