preset colormaps of both halves of fast
I'm proposing the addition of two colormaps to accompany the new Fast colormap. I discuss these in this Discourse post: https://discourse.paraview.org/t/improvements-to-colormaps-color-ranges/12754/6
I've built ParaView on my Windows WSL, and while I can view the colormaps in the preset selection dialog, the dialog itself appears unresponsive - I'm not sure if that's a WSL issue, an issue I (somehow) introduced, or an otherwise known issue. Because of this, I've included a screenshot below with an uncommitted change that shows the Fast (Reds)
and Fast (Blues)
colormaps in the Default
preset group.
Commit message:
This commit adds two colormaps, Fast (Reds) and Fast (Blues).
These colormaps may be useful for creating plots of values that
are known to be either all-positive (von Mises stress) or
all-negative values (change in temperature for a cooling object).
The colormaps were created by copying the XML data for the Fast
colormap, and reassigning control points using affine mappings of
Reds: [0.5, 1] -> [0, 1] and Blues [0, 0.5] -> [0, 1].
Edited by GregVernon