comparison layer/ColourMapper.h @ 536:aca01b3af29f

* Add High Gain colour map
author Chris Cannam
date Fri, 22 May 2009 15:50:10 +0000
parents e1a9e478b7f2
children a1226b3b7925
comparison
equal deleted inserted replaced
535:78f9436195b1 536:aca01b3af29f
41 YellowOnBlack, 41 YellowOnBlack,
42 BlueOnBlack, 42 BlueOnBlack,
43 FruitSalad, 43 FruitSalad,
44 Banded, 44 Banded,
45 Highlight, 45 Highlight,
46 Printer 46 Printer,
47 HighGain
47 }; 48 };
48 49
49 int getMap() const { return m_map; } 50 int getMap() const { return m_map; }
50 float getMinValue() const { return m_min; } 51 float getMinValue() const { return m_min; }
51 float getMaxValue() const { return m_max; } 52 float getMaxValue() const { return m_max; }