X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;h=429bd25c4f8cf55de6fa9e907e9be1abdf2db4c2;hp=1025695d88cdb60d192b4aeefcc1278f2f6c0483;hb=8e9f58fec54a4c879035b214fd7411f6ff7b3a32;hpb=b564238fa1293c01c77bcabe7b2de267f146ab24 diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index 1025695..429bd25 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_c[5], uniform_beta; }; } // namespace movit