X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;h=20a5a76fba04315d74f9aa09502eaac3e196e658;hp=1025695d88cdb60d192b4aeefcc1278f2f6c0483;hb=83032a75853c0fadda1157e12d119b94991961a8;hpb=b564238fa1293c01c77bcabe7b2de267f146ab24 diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index 1025695..20a5a76 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -38,6 +38,7 @@ public: private: GammaCurve source_curve; + float uniform_linear_scale, uniform_c0, uniform_c1, uniform_c2, uniform_c3, uniform_c4, uniform_beta; }; } // namespace movit