src.elv.sh/pkg/ui.trueColor.rgbSGR (method)

3 uses

	src.elv.sh/pkg/ui (current package)
		color.go#L88: func (c trueColor) fgSGR() string { return "38;2;" + c.rgbSGR() }
		color.go#L89: func (c trueColor) bgSGR() string { return "48;2;" + c.rgbSGR() }
		color.go#L95: func (c trueColor) rgbSGR() string {