MCPcopy 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
3286function clampt(value) {
3287 return Math.max(0, Math.min(1, value || 0));
3288}
3289
3290/* From FvD 13.37, CSS Color Module Level 3 */
3291function hsl2rgb(h, m1, m2) {

Callers 2

clampFunction · 0.85
formatHslFunction · 0.85

Calls 2

maxMethod · 0.80
minMethod · 0.80

Tested by

no test coverage detected