Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ clampt
Function
clampt
external/.d3.js:3286–3288 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
3284
}
3285
3286
function
clampt(value) {
3287
return
Math.max(0, Math.min(1, value || 0));
3288
}
3289
3290
/* From FvD 13.37, CSS Color Module Level 3 */
3291
function
hsl2rgb(h, m1, m2) {
Callers
2
clamp
Function · 0.85
formatHsl
Function · 0.85
Calls
2
max
Method · 0.80
min
Method · 0.80
Tested by
no test coverage detected