Commit 4aa3da02 authored by Jakob Stierhof's avatar Jakob Stierhof

colormap interpolator was not really good

parent 4a536738
Pipeline #7066 passed with stages
in 36 seconds
......@@ -556,7 +556,6 @@ private define colormap_palette (n, name)
range = int(range*(length(map)-1));
variable ind = [start:start+range] mod length(map);
vmessage("start: %06x, stop: %06x", (map[ind])[0], (map[ind])[-1]);
return blend_palette(n;; struct { @__qualifiers(), colors=map[ind] });
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment