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

Function d3_lab

explainshell/web/static/js/d3.v3.js:1329–1331  ·  view source on GitHub ↗
(l, a, b)

Source from the content-addressed store, hash-verified

1327 return arguments.length === 1 ? l instanceof d3_Lab ? d3_lab(l.l, l.a, l.b) : l instanceof d3_Hcl ? d3_hcl_lab(l.l, l.c, l.h) : d3_rgb_lab((l = d3.rgb(l)).r, l.g, l.b) : d3_lab(+l, +a, +b);
1328 };
1329 function d3_lab(l, a, b) {
1330 return new d3_Lab(l, a, b);
1331 }
1332 function d3_Lab(l, a, b) {
1333 this.l = l;
1334 this.a = a;

Callers 3

d3_hcl_labFunction · 0.85
d3.v3.jsFile · 0.85
d3_rgb_labFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected