summaryrefslogtreecommitdiff
path: root/gui/src/chainImage.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-08-29 13:02:50 +0100
committerTim Redfern <tim@getdrop.com>2018-08-29 13:02:50 +0100
commit2fffe4f87ca2cf1c5383aa3000c371e491e46310 (patch)
tree7fc285022a3fb790d438b05e539e3cdd31b95bf0 /gui/src/chainImage.h
parent25873b7bd177c6bb4ad4b00a51eb8fa213468126 (diff)
read LUT correctly
Diffstat (limited to 'gui/src/chainImage.h')
-rw-r--r--gui/src/chainImage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImage.h b/gui/src/chainImage.h
index 78b4eaf..f67abf1 100644
--- a/gui/src/chainImage.h
+++ b/gui/src/chainImage.h
@@ -3,6 +3,7 @@
#include "ofMain.h"
#include "ofxJSON.h"
#include "ofxEasing.h"
+#include "ofxGpuLut.h"
#define min(a,b) ((a) < (b) ? (a) : (b))
#define max(a,b) ((a) > (b) ? (a) : (b))
@@ -110,6 +111,7 @@ class chainImage : public ofImage{
bool isLoaded;
ofShader shader;
+ ofxGpuLut lut;
//int totalframes,framecount;