src.elv.sh/pkg/ui.trueColor.g (field)
3 uses
src.elv.sh/pkg/ui (current package)
color.go#L86: type trueColor struct{ r, g, b uint8 }
color.go#L92: return fmt.Sprintf("#%02x%02x%02x", c.r, c.g, c.b)
color.go#L96: return fmt.Sprintf("%d;%d;%d", c.r, c.g, c.b)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)