MCPcopy Index your code
hub / github.com/microsoft/SandDance / parseScaleInterpolate

Function parseScaleInterpolate

docs/app/js/sanddance-app.js:147450–147453  ·  view source on GitHub ↗
(interpolate, params)

Source from the content-addressed store, hash-verified

147448 } : parseLiteral(nice);
147449} // -- SCALE INTERPOLATION -----
147450function parseScaleInterpolate(interpolate, params) {
147451 params.interpolate = parseLiteral(interpolate.type || interpolate);
147452 if (interpolate.gamma != null) params.interpolateGamma = parseLiteral(interpolate.gamma);
147453} // -- SCALE RANGE -----
147454function parseScaleRange(spec, scope, params) {
147455 const config = scope.config.range;
147456 let range = spec.range;

Callers 1

parseScaleFunction · 0.70

Calls 1

parseLiteralFunction · 0.70

Tested by

no test coverage detected