Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ hex
Function
hex
external/.d3.js:3196–3199 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
3194
}
3195
3196
function
hex(value) {
3197
value = clampi(value);
3198
return
(value < 16 ?
"0"
:
""
) + value.toString(16);
3199
}
3200
3201
function
hsla(h, s, l, a) {
3202
if
(a <= 0) h = s = l = NaN;
Callers
2
rgb_formatHex
Function · 0.85
rgb_formatHex8
Function · 0.85
Calls
2
clampi
Function · 0.85
toString
Method · 0.45
Tested by
no test coverage detected