]> git.sesse.net Git - movit/blob - gamma_expansion_effect.cpp
Yet more moving of stuff around.
[movit] / gamma_expansion_effect.cpp
1 #include "gamma_expansion_effect.h"j
2
3 GammaExpansionEffect::GammaExpansionEffect()
4         : source_curve(GAMMA_LINEAR)
5 {
6         register_int("source_curve", (int *)&source_curve);
7 }