X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;h=41d4bf0a9e7a727fdb65fa9bf43c11a3558d0879;hp=d161c92d72983eb2ef37d6a362e08931e6746a5e;hb=a94fbb7ebe6bd57c0c0a7f4174d97b95e3147519;hpb=758f632c42befae7f2b7af137554429fa544d4cb diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index d161c92..41d4bf0 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -9,6 +9,9 @@ public: GammaExpansionEffect(); std::string output_glsl(); + virtual bool needs_linear_light() { return false; } + virtual bool needs_srgb_primaries() { return false; } + private: GammaCurve source_curve; };