X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=08fa1940adfdf58e6b37dcd35780361fd299a904;hp=52a8654a63015652204c0b9fb82d506f3eb04db7;hb=9c12e38b7cd88a77ef297d080b7c41e6bd6326fb;hpb=1ec439c7fb975c09029adaa9090e7f35ce6484b8 diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index 52a8654..08fa194 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_c0, uniform_c1, uniform_c2, uniform_c3, uniform_c4, uniform_beta; }; } // namespace movit