]> git.sesse.net Git - movit/blobdiff - effect_id.h
Add a glow effect, and an effect that linearly mixes two sources (because glow needed...
[movit] / effect_id.h
index 545a7be3043f61e26789096448f2b88c0e94497e..227cf97f8d50f7a66c42432319ba2bae29774a2d 100644 (file)
@@ -17,6 +17,10 @@ enum EffectId {
        EFFECT_VIGNETTE,
        EFFECT_BLUR,
        EFFECT_DIFFUSION,
+       EFFECT_GLOW,
+
+       // Combining.
+       EFFECT_MIX,
 };
 
 #endif // !defined(_EFFECT_ID_H)