X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mix_effect.h;h=c6739653b398b7cd9791af5361d32197dd3d8499;hb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd;hp=8032062077491e7b545fc0df5e208d0b13f20a45;hpb=caa05550e868db406e4b54e69d60b5573f59cb60;p=movit diff --git a/mix_effect.h b/mix_effect.h index 8032062..c673965 100644 --- a/mix_effect.h +++ b/mix_effect.h @@ -1,7 +1,8 @@ #ifndef _MIX_EFFECT_H #define _MIX_EFFECT_H 1 -// Combine two images: a*x + b*y. (If you set a within [0,1] and b=1-a, you will get a fade.) +// Combine two images: a*x + b*y. If you set a within [0,1] and b=1-a, +// you will get a fade; if not, you may get surprising results (consider alpha). #include "effect.h"