X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;h=d161c92d72983eb2ef37d6a362e08931e6746a5e;hp=497a38c7ec4f756d1f222f300d897dc9d51f8e24;hb=a592c55caca0fb654bad4ec43b84c46abcee21c2;hpb=928743085b7f0f88b3e1b0e59e2d7ebec7816bd2 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;