MCPcopy Create free account
hub / github.com/microsoft/SandDance / parseScaleInterpolate

Function parseScaleInterpolate

docs/tests/v2/es6/js/sanddance.js:133739–133745  ·  view source on GitHub ↗
(interpolate, params)

Source from the content-addressed store, hash-verified

133737
133738
133739function parseScaleInterpolate(interpolate, params) {
133740 params.interpolate = parseLiteral(interpolate.type || interpolate);
133741
133742 if (interpolate.gamma != null) {
133743 params.interpolateGamma = parseLiteral(interpolate.gamma);
133744 }
133745} // -- SCALE RANGE -----
133746
133747
133748function parseScaleRange(spec, scope, params) {

Callers 1

parseScaleFunction · 0.70

Calls 1

parseLiteralFunction · 0.70

Tested by

no test coverage detected