diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-11-18 01:26:53 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-11-18 01:26:53 +0000 |
| commit | 7ebbce5e53efce80bc48fa6f492451df4107e8b5 (patch) | |
| tree | 5f696004da987700ccbc6bd3f58f447bd728d900 /gui/src/chainImageSet.h | |
| parent | 7e0ccebd5167da4d0bb4de1fb9b0ebb68f2bbe82 (diff) | |
Diffstat (limited to 'gui/src/chainImageSet.h')
| -rw-r--r-- | gui/src/chainImageSet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h index 4a13c74..f64d5c4 100644 --- a/gui/src/chainImageSet.h +++ b/gui/src/chainImageSet.h @@ -24,6 +24,7 @@ class chainImageSet{ dragPoint=ofPoint(0,0); zoomMultiplier=1.0f; startGamma=1.0f; + alpha=false; } chainImageSet(const chainImageSet& mom){ chainImageSet(); @@ -72,6 +73,7 @@ class chainImageSet{ float decayFactor; bool additive; + bool alpha; float intensity; std::vector <std::unique_ptr<chainImage> > loadingImages; |
