danieljprice / splash

SPLASH is an interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations
https://splash-viz.readthedocs.io
GNU General Public License v2.0
55 stars 43 forks source link

(enhancement) Get different colormaps to work for background layer in double rendering #55

Open themikelau opened 3 years ago

themikelau commented 3 years ago

When double rendering, the background layer is hard-coded to be greyscale. But when hard-coded to have a different colormap (just by changing the line icolours_temp = 1 inside if (gotcontours .and. double_rendering), the transparency no longer works.

Related to this issue, it would be nice to have a prompt for the colourmap of the first layer in the double rendering menu, and automatically display the colourbar (maybe half-half on the right when in Hollywood mode).

themikelau commented 3 years ago

@danieljprice Turns out I have filed an issue for the double rendering colour bars. There is also a related issue in the first paragraph. I'm not sure if this is an easy fix.