Versions in this module Expand all Collapse all v3 v3.21.0 Nov 3, 2024 v3.18.0 Mar 4, 2024 Changes in this version + var DefaultBackgroundColor *color.RGBA + func ColorFromHex(hex string) (*color.RGBA, error) + func ColorToHex(c color.Color) string + func IconPath(letter string, size string, colr *color.RGBA, format string) string + func MainLetterFromURL(URL string) string + func ParseIconPath(fullpath string) (string, *color.RGBA, int, string) + func RGBToHSV(c color.Color) (h, s, v float64) + func RenderPNG(letter string, bgColor color.Color, width int, out io.Writer) error + func RenderSVG(letter string, bgColor color.Color, out io.Writer) error Other modules containing this package github.com/mat/besticon