X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;h=d161c92d72983eb2ef37d6a362e08931e6746a5e;hp=497a38c7ec4f756d1f222f300d897dc9d51f8e24;hb=f6c44598c9dad9ddd024c5f8f010d179a6d971fd;hpb=a88f299483ffe5068cd2828513078b9103325da8 diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index 497a38c..d161c92 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -7,6 +7,7 @@ class GammaExpansionEffect : public Effect { public: GammaExpansionEffect(); + std::string output_glsl(); private: GammaCurve source_curve;