]> git.sesse.net Git - movit/blobdiff - vignette_effect.h
Comment all of *_effect.h.
[movit] / vignette_effect.h
index 82c648cf7b3f834ee876b8dbb89dac3150f4820f..c9a08bfd8f85091ec711175b274de77cb9b09359 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef _VIGNETTE_EFFECT_H
 #define _VIGNETTE_EFFECT_H 1
 
+// A circular vignette, falling off as cosĀ² of the distance from the center
+// (the classic formula for approximating a real lens).
+
 #include "effect.h"
 
 class VignetteEffect : public Effect {