diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-12-09 14:34:41 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-12-09 14:36:56 -0800 |
commit | 9463e7895be21befc6fbcdb02572d73ed2c188b2 (patch) | |
tree | 813894585887ca7beb0153e6ffec19c10bdbf76d /color.h | |
parent | 8dfc4dccc5b74626100952cf78fec8b10751fa33 (diff) | |
download | subsurface-9463e7895be21befc6fbcdb02572d73ed2c188b2.tar.gz |
Don't print partial pressure values in the profile
Instead provide a scale on the right in a highly transparent grey and rely
on the tooltip available with mouse-over to pinpoint the value at certain
spots with much better accuracy.
Fixes #30
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ // Monochromes #define BLACK1_LOW_TRANS { 0.0, 0.0, 0.0, 0.75 } +#define BLACK1_HIGH_TRANS { 0.0, 0.0, 0.0, 0.25 } #define TUNDORA1_MED_TRANS { 0.3, 0.3, 0.3, 0.5 } #define MERCURY1_MED_TRANS { 0.9, 0.9, 0.9, 0.5 } #define CONCRETE1_LOWER_TRANS { 0.95, 0.95, 0.95, 0.9 } |