summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-10 11:56:28 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-10 12:02:33 +0100
commite29a43681049ef30eb5129f140a1ed0936a9b516 (patch)
tree4c57c2582e72e42266b7b51ec92276d1b8250347 /color.h
parent7f515eb7e53c5ab6d8dde4d2e6876464ed7fdeae (diff)
parent6ad73a8f043be283c07df34c6a5a43fee1b444e8 (diff)
downloadsubsurface-e29a43681049ef30eb5129f140a1ed0936a9b516.tar.gz
Merge branch 'ceiling-plot'
This enables plotting the ceiling in deco dives and also adds the necessary code to the uemis importer. The only other dive computer this has been tested with the OSTC and that needs a libdivecomputer patch in order to provide the deco/ceiling information to Subsurface. Fixes #5
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 eb740fbd6..38839ae7f 100644
--- a/color.h
+++ b/color.h
@@ -26,6 +26,7 @@
#define REDORANGE1 { 1.0, 0.2, 0.2, 1 }
#define REDORANGE1_HIGH_TRANS { 1.0, 0.2, 0.2, 0.25 }
#define REDORANGE1_MED_TRANS { 1.0, 0.2, 0.2, 0.5 }
+#define RED1_MED_TRANS { 1.0, 0.0, 0.0, 0.5 }
#define RED1 { 1.0, 0.0, 0.0, 1 }
// Monochromes