comparison layer/ColourMapper.h @ 197:6b023411087b

* Work on harmonising colour and scale ranges between types of layer * Add normalize options to colour 3d plot layer
author Chris Cannam
date Thu, 01 Feb 2007 14:31:28 +0000
parents 22c99c8aa1e0
children cd81066ac7ad
comparison
equal deleted inserted replaced
196:22c99c8aa1e0 197:6b023411087b
36 WhiteOnBlack, 36 WhiteOnBlack,
37 BlackOnWhite, 37 BlackOnWhite,
38 RedOnBlue, 38 RedOnBlue,
39 YellowOnBlack, 39 YellowOnBlack,
40 BlueOnBlack, 40 BlueOnBlack,
41 FruitSalad 41 FruitSalad,
42 Banded,
43 Highlight
42 }; 44 };
43 45
44 int getMap() const { return m_map; } 46 int getMap() const { return m_map; }
45 float getMinValue() const { return m_min; } 47 float getMinValue() const { return m_min; }
46 float getMaxValue() const { return m_max; } 48 float getMaxValue() const { return m_max; }