Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
type
Color
interface
{
68
Hex() string
69
RGB() string
70
TerminalRGB() string
71
}
Callers
3
EditColor
Function · 0.65
DisplayColors
Function · 0.65
getColorCSS
Function · 0.65
Implementers
1
color
src/utils/color.go
Calls
no outgoing calls
Tested by
no test coverage detected