Skip to content

Commit

Permalink
url for "Gamma error in picture scaling"
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Jun 5, 2020
1 parent ec754d4 commit a044425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -221,7 +221,7 @@ Given that *interpolate* is one of [interpolateRgb](#interpolateRgb), [interpola
var interpolator = d3.interpolateRgb.gamma(2.2)("purple", "orange");
```

See Eric Brasseur’s article, [Gamma error in picture scaling](https://web.archive.org/web/20160112115812/http://www.4p8.com/eric.brasseur/gamma.html), for more on gamma correction.
See Eric Brasseur’s article, [Gamma error in picture scaling](http://www.ericbrasseur.org/gamma.html), for more on gamma correction.

<a name="interpolateHue" href="#interpolateHue">#</a> d3.<b>interpolateHue</b>(<i>a</i>, <i>b</i>) · [Source](https://github.com/d3/d3-interpolate/blob/master/src/hue.js), [Examples](https://observablehq.com/@d3/working-with-color)

Expand Down

0 comments on commit a044425

Please sign in to comment.