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

Method Hex

src/utils/color.go:68–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66// Color stores hex and rgb value of color
67type Color interface {
68 Hex() string
69 RGB() string
70 TerminalRGB() string
71}

Callers 3

EditColorFunction · 0.65
DisplayColorsFunction · 0.65
getColorCSSFunction · 0.65

Implementers 1

colorsrc/utils/color.go

Calls

no outgoing calls

Tested by

no test coverage detected