You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><code>chroma.bezier</code> returns a function that <ahref="https://www.vis4.net/blog/posts/mastering-multi-hued-color-scales/">bezier-interpolates between colors</a> in <code>Lab</code> space. The input range of the function is <code>[0..1]</code>.</p>
538
+
<p><code>chroma.bezier</code> returns a function that <ahref="https://www.vis4.net/blog/mastering-multi-hued-color-scales/">bezier-interpolates between colors</a> in <code>Lab</code> space. The input range of the function is <code>[0..1]</code>.</p>
Copy file name to clipboardexpand all lines: docs/src/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -876,7 +876,7 @@ chroma.brewer.OrRd
876
876
### chroma.bezier
877
877
#### (colors)
878
878
879
-
`chroma.bezier` returns a function that [bezier-interpolates between colors](https://www.vis4.net/blog/posts/mastering-multi-hued-color-scales/) in `Lab` space. The input range of the function is `[0..1]`.
879
+
`chroma.bezier` returns a function that [bezier-interpolates between colors](https://www.vis4.net/blog/mastering-multi-hued-color-scales/) in `Lab` space. The input range of the function is `[0..1]`.
0 commit comments