MCPcopy
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
30type Color struct {
31 Red, Green, Blue uint8
32 Is_numbered bool
33}
34
35func (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