MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / rgb

Function rgb

experiments/human_eval/draw_interest_drift_heatmap.py:166–167  ·  view source on GitHub ↗
(c: tuple[int, int, int])

Source from the content-addressed store, hash-verified

164
165
166def rgb(c: tuple[int, int, int]) -> str:
167 return f"rgb({c[0]},{c[1]},{c[2]})"
168
169
170def write_svg() -> None:

Callers 1

write_svgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected