ageller / Firefly

A WebGL interactive particle viewer
GNU Affero General Public License v3.0
65 stars 13 forks source link

add a button to reverse colormap #153

Closed agurvich closed 1 year ago

agurvich commented 1 year ago

as title says, then we can remove all the _r colormaps.

ageller commented 1 year ago

This is working in the colormap_reverser branch. The last step will be to initialize the viewerParams.colormapReversed variable correctly. Currently it is initialized poorly in initPVals and applyOptions .

After that we should remake the colormap image to remove the _r colormaps (and add in more colormaps to replace them).