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

Function copy

external/.d3.js:3071–3073  ·  view source on GitHub ↗
(channels)

Source from the content-addressed store, hash-verified

3069
3070define(Color, color, {
3071 copy(channels) {
3072 return Object.assign(new this.constructor, this, channels);
3073 },
3074 displayable() {
3075 return this.rgb().displayable();
3076 },

Callers 9

pointishFunction · 0.85
sequentialFunction · 0.85
sequentialLogFunction · 0.85
sequentialSymlogFunction · 0.85
sequentialPowFunction · 0.85
diverging$1Function · 0.85
divergingLogFunction · 0.85
divergingSymlogFunction · 0.85
divergingPowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected