Documentation ¶ Index ¶ type Color func NewColor(c color.Color) Color func NewRgb(r, g, b uint8) Color func NewRgba(r, g, b, a uint8) Color func ParseColor(c string) (Color, eoutcome.ParseOutcome) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Color ¶ type Color interface { color.Color Equals(other Color) bool } func NewColor ¶ func NewColor(c color.Color) Color func NewRgb ¶ func NewRgb(r, g, b uint8) Color func NewRgba ¶ func NewRgba(r, g, b, a uint8) Color func ParseColor ¶ func ParseColor(c string) (Color, eoutcome.ParseOutcome) Source Files ¶ View all Source files color.go palette.go palette_css.go palette_marker.go palette_x11.go parse.go Click to show internal directories. Click to hide internal directories.