Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ rgb
Function
rgb
experiments/human_eval/draw_llm_token_cost_axis.py:137–138 ·
view source on GitHub ↗
(c: tuple[int, int, int])
Source
from the content-addressed store, hash-verified
135
136
137
def
rgb(c: tuple[int, int, int]) -> str:
138
return
f
"rgb({c[0]},{c[1]},{c[2]})"
139
140
141
def
write_svg() -> None:
Callers
1
write_svg
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected