X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=d52291115ec0ae85e3cb16840eddf4892acd4040;hp=52a8654a63015652204c0b9fb82d506f3eb04db7;hb=6a176580b95002657b381acfaf3892b345e28364;hpb=b564238fa1293c01c77bcabe7b2de267f146ab24 diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index 52a8654..d522911 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -37,6 +37,7 @@ public: private: GammaCurve destination_curve; + float uniform_linear_scale, uniform_c[5], uniform_beta; }; } // namespace movit