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

Function rgb

experiments/human_eval/draw_interest_drift_paperflow_style.py:168–169  ·  view source on GitHub ↗
(color: tuple[int, int, int])

Source from the content-addressed store, hash-verified

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

Callers 1

write_svgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected