MCPcopy 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

1package internal
2
3func Complementary(r, g, b uint8) (uint8, uint8, uint8) {
4 return 255 - r, 255 - g, 255 - b
5}

Callers 2

renderDataMethod · 0.92
generateRGBLegendMethod · 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…