log layer/ColourScale.cpp @ 1596:19da7fa80c3c

age author description
2018-10-18 Chris Cannam Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI.
2018-03-01 Chris Cannam Untabify
2018-03-01 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
2017-02-28 Chris Cannam Restrict colour 3d plot log scale range to 10 orders of magnitude
2016-08-05 Chris Cannam Fixes to phase display and colour scale for it; tidy up some debug output spectrogram-minor-refactor
2016-08-04 Chris Cannam Restore phase display spectrogram-minor-refactor
2016-08-04 Chris Cannam Re-implement dB^2 (log-power) spectrogram setting spectrogram-minor-refactor
2016-08-02 Chris Cannam A threshold fix spectrogram-minor-refactor
2016-08-01 Chris Cannam Fix threshold in spectrogram -- it wasn't working in the last release. spectrogram-minor-refactor
2016-07-14 Chris Cannam Convert ColourScaleType into an enum class spectrogram-minor-refactor
2016-06-30 Chris Cannam More filling in render & cache code spectrogram-minor-refactor
2016-06-23 Chris Cannam Start stubbing Colour3DPlotRenderer spectrogram-minor-refactor
2016-06-23 Chris Cannam Use a params structure spectrogram-minor-refactor
2016-06-23 Chris Cannam Introduce ColourScale to handle colour mapping for both spectrogram and colour 3d plot layers spectrogram-minor-refactor