summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-12-09 14:34:41 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-12-09 14:36:56 -0800
commit9463e7895be21befc6fbcdb02572d73ed2c188b2 (patch)
tree813894585887ca7beb0153e6ffec19c10bdbf76d /color.h
parent8dfc4dccc5b74626100952cf78fec8b10751fa33 (diff)
downloadsubsurface-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/color.h b/color.h
index 38839ae7f..23065d306 100644
--- a/color.h
+++ b/color.h
@@ -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 }