Mercurial > hg > svgui
comparison layer/ColourMapper.h @ 274:b9380f679f70
* Fix centre line position
* Fix failure to update overview when generating peaks from wav file
* Provide y-coordinate scale values and differences for spectrum measurement
mode, and fix values for waveform (inc dB for both)
* Add Printer colour scheme (may be futile)
author | Chris Cannam |
---|---|
date | Mon, 02 Jul 2007 13:04:17 +0000 |
parents | cd81066ac7ad |
children |
comparison
equal
deleted
inserted
replaced
273:e954c00cbe55 | 274:b9380f679f70 |
---|---|
40 RedOnBlue, | 40 RedOnBlue, |
41 YellowOnBlack, | 41 YellowOnBlack, |
42 BlueOnBlack, | 42 BlueOnBlack, |
43 FruitSalad, | 43 FruitSalad, |
44 Banded, | 44 Banded, |
45 Highlight | 45 Highlight, |
46 Printer | |
46 }; | 47 }; |
47 | 48 |
48 int getMap() const { return m_map; } | 49 int getMap() const { return m_map; } |
49 float getMinValue() const { return m_min; } | 50 float getMinValue() const { return m_min; } |
50 float getMaxValue() const { return m_max; } | 51 float getMaxValue() const { return m_max; } |