comparison layer/ColourMapper.h @ 1015:352fa17af9f0 colourschemes

Rearrange colours, make some of them more attractive, give some of them nicer names
author Chris Cannam
date Tue, 19 Jan 2016 16:30:33 +0000
parents ac69043f82b6
children 9c890b7dfa83
comparison
equal deleted inserted replaced
1014:6338d7dc3b6d 1015:352fa17af9f0
35 enum StandardMap { 35 enum StandardMap {
36 DefaultColours, 36 DefaultColours,
37 Sunset, 37 Sunset,
38 WhiteOnBlack, 38 WhiteOnBlack,
39 BlackOnWhite, 39 BlackOnWhite,
40 RedOnBlue, 40 CherryPie,
41 YellowOnBlack, 41 YellowOnBlack,
42 BlueOnBlack, 42 XRay,
43 FruitSalad, 43 FruitSalad,
44 Banded, 44 Banded,
45 Highlight, 45 Highlight,
46 Printer, 46 Printer,
47 HighGain, 47 HighGain
48 XRay,
49 }; 48 };
50 49
51 int getMap() const { return m_map; } 50 int getMap() const { return m_map; }
52 double getMinValue() const { return m_min; } 51 double getMinValue() const { return m_min; }
53 double getMaxValue() const { return m_max; } 52 double getMaxValue() const { return m_max; }