diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-11-06 08:48:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-11-06 08:48:51 +0100 |
commit | ed620a2e835745d8ae6e7ecfeaf3a018dc4825ac (patch) | |
tree | 0b7575359164758db80427531564b07b6d5168b5 /color.h | |
parent | a9f44a133d5d74d2329c349535472ecc04aa4277 (diff) | |
parent | 0d33337a2036e494a6d1005c5c738eb54973d37b (diff) | |
download | subsurface-ed620a2e835745d8ae6e7ecfeaf3a018dc4825ac.tar.gz |
Merge branch 'po2'
Plotting pO2 / pN2 / PHe
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -9,6 +9,7 @@ #define FUNGREEN1 { 0.0, 0.4, 0.2, 1 } #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 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 } @@ -38,12 +39,14 @@ // Blues #define GOVERNORBAY2 { 0.2, 0.2, 0.7, 1 } #define GOVERNORBAY1_MED_TRANS { 0.2, 0.2, 0.8, 0.5 } +#define ROYALBLUE2 { 0.2, 0.2, 0.9, 1 } #define ROYALBLUE2_LOW_TRANS { 0.2, 0.2, 0.9, 0.75 } -// Yellows +// Yellows / BROWNS #define SPRINGWOOD1 { 0.95, 0.95, 0.9, 1 } #define BROOM1_LOWER_TRANS { 1.0, 1.0, 0.1, 0.9 } - +#define PEANUT { 0.5, 0.2, 0.1, 1.0 } +#define PEANUT_MED_TRANS { 0.5, 0.2, 0.1, 0.5 } // Magentas #define MEDIUMREDVIOLET1_HIGHER_TRANS { 0.7, 0.2, 0.7, 0.1 } |