diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-10-28 22:18:00 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-10-28 22:18:00 +0000 |
| commit | a2d734a72ff37a5798608563c7550cd09abff951 (patch) | |
| tree | bf5db81331a8c42018449ad6dbc90f950576e947 /gui/src/ofxGpuLutBlend.h | |
| parent | f1bf4431e11666ca0131af8f10a934993b768f44 (diff) | |
disabled luttim/lut
Diffstat (limited to 'gui/src/ofxGpuLutBlend.h')
| -rw-r--r-- | gui/src/ofxGpuLutBlend.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gui/src/ofxGpuLutBlend.h b/gui/src/ofxGpuLutBlend.h index d2f7d33..8ec1af2 100644 --- a/gui/src/ofxGpuLutBlend.h +++ b/gui/src/ofxGpuLutBlend.h @@ -1,10 +1,11 @@ #pragma once +/* #include "ofMain.h" #define STRINGIFY(e) #e -class ofxGpuLutBlend{ +class ofxGpuRemapBlend{ private: ofShader lutShader; @@ -14,8 +15,8 @@ private: ofImage lutImage; float blendAmt; public: - ofxGpuLutBlend(); - ~ofxGpuLutBlend(); + ofxGpuRemapBlend(blendAmt=1;); + ~ofxGpuRemapBlend(); void load(ofTexture lutTexture); void load(ofImage lutImage); @@ -23,4 +24,5 @@ public: void setBlend(float amt); void begin(); void end(); -};
\ No newline at end of file +}; +*/ |
