X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=luma_mix_effect.h;h=3ff81bf6b1641794c2d6db379027d50f0737615e;hp=c4b2476a6f45a3689ea1cb4d7baa30e50a6177a7;hb=9c12e38b7cd88a77ef297d080b7c41e6bd6326fb;hpb=1ec439c7fb975c09029adaa9090e7f35ce6484b8 diff --git a/luma_mix_effect.h b/luma_mix_effect.h index c4b2476..3ff81bf 100644 --- a/luma_mix_effect.h +++ b/luma_mix_effect.h @@ -32,6 +32,8 @@ public: private: float transition_width, progress; int inverse; // 0 or 1. + bool uniform_inverse; + float uniform_progress_mul_w_plus_one; }; } // namespace movit