Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kovidgoyal/kitty
/ Color
Struct
Color
tools/tui/sgr/insert-formatting.go:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
)
29
30
type
Color
struct
{
31
Red, Green, Blue uint8
32
Is_numbered bool
33
}
34
35
func
(self *Color) Set(val any) (err error) {
36
switch
v := val.(
type
) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected