File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ into your own array first.
61
61
62
62
Any RGB triplet parameters accepted by the functions in this library need only
63
63
to be array-like. This reduces the need for copying, because you can supply
64
- an existing ` TypedArray ` or a subarray backed by a single ` ArrayBuffer ` .
64
+ an existing ` TypedArray ` or a subarray backed by an existing ` ArrayBuffer ` .
65
65
66
66
When snapping colors to the Turbo colormap, a pre-initialized k-d tree is used
67
- to perform nearest-neighbor search. Color similarity it judged via simple
67
+ to perform nearest-neighbor search. Color similarity is judged via simple
68
68
Euclidian distance in RGB space. Other methods may result in small visual
69
69
improvements, but are slower.
70
70
You can’t perform that action at this time.
0 commit comments