summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-02 22:45:21 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-03 20:43:19 -0800
commitaab67e2a5bb9c74fcc60af4ade0192d31263ebc7 (patch)
treeee21d820f993fd29fe09b627d8d7d8a0351599ba /color.h
parent3c31d0401dd9e4be2aa51e1bb2b72e0bc162cb9d (diff)
downloadsubsurface-aab67e2a5bb9c74fcc60af4ade0192d31263ebc7.tar.gz
Add configurable visualization of calculated ceiling
This is on top of the deco information reported by the dive computer (in a different color - currently ugly green). The user needs to enable this via the Tec page of the preferences. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'color.h')
-rw-r--r--color.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/color.h b/color.h
index 23065d306..5d88fb5f7 100644
--- a/color.h
+++ b/color.h
@@ -7,9 +7,11 @@
// Greens
#define CAMARONE1 { 0.0, 0.4, 0.0, 1 }
#define FUNGREEN1 { 0.0, 0.4, 0.2, 1 }
+#define FUNGREEN1_HIGH_TRANS { 0.0, 0.4, 0.2, 0.25 }
#define KILLARNEY1 { 0.2, 0.4, 0.2, 1 }
#define APPLE1 { 0.2, 0.6, 0.2, 1 }
#define APPLE1_MED_TRANS { 0.2, 0.6, 0.2, 0.5 }
+#define APPLE1_HIGH_TRANS { 0.2, 0.6, 0.2, 0.25 }
#define LIMENADE1 { 0.4, 0.8, 0.0, 1 }
#define ATLANTIS1 { 0.4, 0.8, 0.2, 1 }
#define ATLANTIS2 { 0.6, 0.8, 0.2, 1 }