//
pkg.gl
Category
github.com/DomBlack/advent-of-code-2023
pkg
utils
package
0.0.0-20231222115459-5d524ee0c798
Repository:
https://github.com/domblack/advent-of-code-2023.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
53 SLOC
#
Functions
ParseHexColor
ParseHexColor parses a hex colour code into a colour.RGBA The input is expected to be in the format: #RRGGBB or #RGB, #RRGGBBAA or #RGBA.