X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=gamma_expansion_effect.h;fp=gamma_expansion_effect.h;h=497a38c7ec4f756d1f222f300d897dc9d51f8e24;hb=a88f299483ffe5068cd2828513078b9103325da8;hp=0000000000000000000000000000000000000000;hpb=e61807327b9a1f98f39dd5e1496254905f78e581;p=movit diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h new file mode 100644 index 0000000..497a38c --- /dev/null +++ b/gamma_expansion_effect.h @@ -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)