Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pterm/pterm
/ Complementary
Function
Complementary
internal/rgb_complementary.go:3–5 ·
view source on GitHub ↗
(r, g, b uint8)
Source
from the content-addressed store, hash-verified
1
package
internal
2
3
func
Complementary(r, g, b uint8) (uint8, uint8, uint8) {
4
return
255 - r, 255 - g, 255 - b
5
}
Callers
2
renderData
Method · 0.92
generateRGBLegend
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…