diff options
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 +}; +*/ |
