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)