MCPcopy Create free account
hub / github.com/idank/explainshell / vv

Function vv

explainshell/web/static/js/d3.v3.js:1278–1280  ·  view source on GitHub ↗
(h)

Source from the content-addressed store, hash-verified

1276 return m1;
1277 }
1278 function vv(h) {
1279 return Math.round(v(h) * 255);
1280 }
1281 return d3_rgb(vv(h + 120), vv(h), vv(h - 120));
1282 }
1283 var π = Math.PI, ε = 1e-6, d3_radians = π / 180, d3_degrees = 180 / π;

Callers 1

d3_hsl_rgbFunction · 0.85

Calls 1

vFunction · 0.70

Tested by

no test coverage detected