Mercurial > hg > svgui
diff layer/SpectrogramLayer.cpp @ 1198:69ff93e0c624 levelpanwidget
Introduce a colour map combo too. Doesn't yet have swatches
author | Chris Cannam |
---|---|
date | Fri, 16 Dec 2016 14:16:05 +0000 |
parents | ab169938832a |
children | f7bb22999d2e |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.cpp Fri Dec 16 13:10:21 2016 +0000 +++ b/layer/SpectrogramLayer.cpp Fri Dec 16 14:16:05 2016 +0000 @@ -255,6 +255,7 @@ if (name == "Gain") return RangeProperty; if (name == "Colour Rotation") return RangeProperty; if (name == "Threshold") return RangeProperty; + if (name == "Colour") return ColourMapProperty; return ValueProperty; }