X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=alpha_division_effect.h;h=ae8f786e3075040c147f844da3ff8afae2326667;hp=6fcc716d48bf93e180f8656f99af0a48b868a100;hb=7878253d0d7b5aaa6b701499e588b31f2c5edca2;hpb=dffda797f940519873d07fe942017c0dafea2342 diff --git a/alpha_division_effect.h b/alpha_division_effect.h index 6fcc716..ae8f786 100644 --- a/alpha_division_effect.h +++ b/alpha_division_effect.h @@ -1,7 +1,7 @@ #ifndef _MOVIT_ALPHA_DIVISION_EFFECT_H #define _MOVIT_ALPHA_DIVISION_EFFECT_H 1 -// Convert premultiplied alpha to postmultiplied alpha, simply by multiplying. +// Convert postmultiplied alpha to premultiplied alpha, simply by dividing. #include