type Color struct { R, G, B uint8 A float64 }
func ParseCSSColor(color string) (Color, error)
func (c Color) String() string