MCPcopy
hub / github.com/spicetify/cli / color

Struct color

src/utils/color.go:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60)
61
62type color struct {
63 red, green, blue int64
64}
65
66// Color stores hex and rgb value of color
67type Color interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected