Documentation ¶ Index ¶ type Color func ParseCSSColor(color string) (Color, error) 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 struct { R, G, B uint8 A float64 } func ParseCSSColor ¶ func ParseCSSColor(color string) (Color, error) func (Color) String ¶ func (c Color) String() string Source Files ¶ View all Source files color_parser.go Click to show internal directories. Click to hide internal directories.