MCPcopy Create free account
hub / github.com/breck7/scroll / hue

Function hue

external/.d3.js:3745–3751  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

3743}
3744
3745function hue(a, b) {
3746 var i = hue$1(+a, +b);
3747 return function(t) {
3748 var x = i(t);
3749 return x - 360 * Math.floor(x / 360);
3750 };
3751}
3752
3753function interpolateRound(a, b) {
3754 return a = +a, b = +b, function(t) {

Callers 3

hslFunction · 0.85
hclFunction · 0.85
cubehelixFunction · 0.85

Calls 2

hue$1Function · 0.85
iFunction · 0.70

Tested by

no test coverage detected