Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ clampi
Function
clampi
external/.d3.js:3192–3194 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
3190
}
3191
3192
function
clampi(value) {
3193
return
Math.max(0, Math.min(255, Math.round(value) || 0));
3194
}
3195
3196
function
hex(value) {
3197
value = clampi(value);
Callers
3
clamp
Function · 0.85
rgb_formatRgb
Function · 0.85
hex
Function · 0.85
Calls
2
max
Method · 0.80
min
Method · 0.80
Tested by
no test coverage detected