SkillAgentSearch skills...

Hexcolor

Hex image/color implementation for go

Install / Use

/learn @g4s8/Hexcolor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

hexcolor

Hex image/color implementation for go

Verify GoDoc

Usage

Download: go get -u github.com/g4s8/hexcolor

Example:

import "github.com/g4s8/hexcolor"
import "image/color"

func main() {
  var c color.Color
  c, err := hexcolor.Parse("#fc12bd")
  if err != nil {
    panic(err)
  }
}

See godoc for more details.

Contribution

Fork repository, clone it, make changes, check with go build && go test && go vet, push to new branch and submit a pull request.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated2y ago
Forks2

Languages

Go

Security Score

70/100

Audited on Dec 17, 2023

No findings