Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
def
rgb(color: tuple[int, int, int]) -> str:
169
return
f
"rgb({color[0]},{color[1]},{color[2]})"
170
171
172
def
write_svg() -> None:
Callers
1
write_svg
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected