X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=mix_effect.h;h=fda06a6f9426426e9794637348c19f907a5894d5;hp=4ef62fe9a2454c4754635fd62566e93bbb63a96b;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87 diff --git a/mix_effect.h b/mix_effect.h index 4ef62fe..fda06a6 100644 --- a/mix_effect.h +++ b/mix_effect.h @@ -1,5 +1,5 @@ -#ifndef _MIX_EFFECT_H -#define _MIX_EFFECT_H 1 +#ifndef _MOVIT_MIX_EFFECT_H +#define _MOVIT_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; if not, you may get surprising results (consider alpha). @@ -25,4 +25,4 @@ private: float strength_first, strength_second; }; -#endif // !defined(_MIX_EFFECT_H) +#endif // !defined(_MOVIT_MIX_EFFECT_H)