Mercurial > hg > svgui
comparison layer/ColourMapper.h @ 1012:2a85ab180d08 colourschemes
Experimentation with colour schemes and mappings
author | Chris Cannam |
---|---|
date | Wed, 02 Dec 2015 15:01:38 +0000 |
parents | a1226b3b7925 |
children | ac69043f82b6 |
comparison
equal
deleted
inserted
replaced
1011:7242fe160c19 | 1012:2a85ab180d08 |
---|---|
42 BlueOnBlack, | 42 BlueOnBlack, |
43 FruitSalad, | 43 FruitSalad, |
44 Banded, | 44 Banded, |
45 Highlight, | 45 Highlight, |
46 Printer, | 46 Printer, |
47 HighGain | 47 HighGain, |
48 YlGnBu, | |
48 }; | 49 }; |
49 | 50 |
50 int getMap() const { return m_map; } | 51 int getMap() const { return m_map; } |
51 double getMinValue() const { return m_min; } | 52 double getMinValue() const { return m_min; } |
52 double getMaxValue() const { return m_max; } | 53 double getMaxValue() const { return m_max; } |