MCPcopy 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
3192function clampi(value) {
3193 return Math.max(0, Math.min(255, Math.round(value) || 0));
3194}
3195
3196function hex(value) {
3197 value = clampi(value);

Callers 3

clampFunction · 0.85
rgb_formatRgbFunction · 0.85
hexFunction · 0.85

Calls 2

maxMethod · 0.80
minMethod · 0.80

Tested by

no test coverage detected