| 17 | extendChroma(chroma); |
| 18 | |
| 19 | class SequentialScale { |
| 20 | constructor({swatches, colorKeys, colorSpace, smooth, distributeLightness = 'linear', shift, output}) { |
| 21 | this._swatches = swatches; |
| 22 | this._colorKeys = colorKeys; |
nothing calls this directly
no outgoing calls
no test coverage detected