]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.h
Yet more moving of stuff around.
[movit] / gamma_expansion_effect.h
diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h
new file mode 100644 (file)
index 0000000..497a38c
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef _GAMMA_EXPANSION_EFFECT_H 
+#define _GAMMA_EXPANSION_EFFECT_H 1
+
+#include "effect.h"
+#include "effect_chain.h"
+
+class GammaExpansionEffect : public Effect {
+public:
+       GammaExpansionEffect();
+
+private:
+       GammaCurve source_curve;
+};
+
+#endif // !defined(_GAMMA_EXPANSION_EFFECT_H)