diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-01-03 21:58:46 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-01-03 21:58:46 -0800 |
commit | f93f578eca3a5c8cfed42fa6ddecba63b851e9ae (patch) | |
tree | 64baf49864728e1c9c46d2920597e862832a3dae /color.h | |
parent | fc882f574febd5eb3387d33edc5f1f81ab93c0ea (diff) | |
parent | 9cd18c43aaaccaa8ba0fbdf8e5a23ad6c7bbeb73 (diff) | |
download | subsurface-f93f578eca3a5c8cfed42fa6ddecba63b851e9ae.tar.gz |
Merge branch 'deco2'
Bringing in the first attempts to do our own deco calculations
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |