-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide pre-defined colormaps #19
Comments
Relabeled this issue to reflect a broader scope. |
SandWorm 2.0 now has a few pre-defined color maps for the elevation analysis, as well as the option to provide a user-defined color list: Of course, everything works with contour lines display as well: @BarusXXX, @philipbelesky let me know if you can recommend any sources for good quality landscape color palettes. |
Love the names here! I've added the struct for the Turbo palette from one of my links above. That uses about 14 steps though, so I'll rewrite the lookup table code to handle dynamic ranges for steps and send that through as a PR. |
Perfect! I re-read the post on the Turbo palette. feel free to replace the one currently labeled as 'Rainbow' with it. It makes sense to only keep the newer one. |
Rework colormaps and add new options (closes #19)
This would be pretty far down the list of priorities, but I thought I'd put it out there while I have the link in front of me. Google has published a colormap library for depth images that more uniformly maps between color bands and spatial bands. In an ideal world the gradient used to color the pixels would be entirely user-controlled, but this might be an interesting option to consider as a robust default.
The text was updated successfully, but these errors were encountered: