X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=gamma_expansion_effect.h;h=429bd25c4f8cf55de6fa9e907e9be1abdf2db4c2;hb=b652c5e3e4b1824cbe0e43673346c516b2edab18;hp=20a5a76fba04315d74f9aa09502eaac3e196e658;hpb=fc1e9e9f7f047e348a34fd691ceda0cd383e9d4f;p=movit diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index 20a5a76..429bd25 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -38,7 +38,7 @@ public: private: GammaCurve source_curve; - float uniform_linear_scale, uniform_c0, uniform_c1, uniform_c2, uniform_c3, uniform_c4, uniform_beta; + float uniform_linear_scale, uniform_c[5], uniform_beta; }; } // namespace movit