(interpolate, params)
| 133737 | |
| 133738 | |
| 133739 | function 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 | |
| 133748 | function parseScaleRange(spec, scope, params) { |
no test coverage detected