Mercurial > hg > svgui
log layer/Colour3DPlotLayer.cpp @ 1252:b0b5776d2156
age | author | description |
---|---|---|
Tue, 28 Feb 2017 16:34:01 +0000 | Chris Cannam | Fix attribute name -- it's colourScale in the spectrogram, but it's just scale here |
Tue, 28 Feb 2017 14:07:34 +0000 | Chris Cannam | Ensure threshold is equal to minValue; default of 0 is inadequate when minValue < 0 (fixes bug that made all negative values appear black) |
Tue, 28 Feb 2017 14:06:49 +0000 | Chris Cannam | Remove unused function |
Tue, 28 Feb 2017 14:06:24 +0000 | Chris Cannam | Use Range01 normalisation in Colour 3D Plot. This gives us the same column normalisation behaviour as in 2.5 (better than the Max1 option). |