X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=gamma_expansion_effect.h;h=1125d11f83cab515460d721e7011a434dfbea1ff;hb=db1fbb73b18b68850f61d1c8b89f2e4d3f7aadc1;hp=497a38c7ec4f756d1f222f300d897dc9d51f8e24;hpb=a88f299483ffe5068cd2828513078b9103325da8;p=movit diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index 497a38c..1125d11 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -7,6 +7,10 @@ class GammaExpansionEffect : public Effect { public: GammaExpansionEffect(); + std::string output_fragment_shader(); + + virtual bool needs_linear_light() { return false; } + virtual bool needs_srgb_primaries() { return false; } private: GammaCurve source_curve;