mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
3c31d0401d
commit
aab67e2a5b
4 changed files with 33 additions and 2 deletions
2
color.h
2
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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue