X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=overlay_effect.h;fp=overlay_effect.h;h=121027a9f891aef043a735be1a7ff004097ee1e3;hp=06ff7939128257e9ccc006e3076b3e91b29aaeb5;hb=105717071781cb6ce338760937e43af29dcb228a;hpb=36ae69017f10987948009bf6f602da5f94e4f780 diff --git a/overlay_effect.h b/overlay_effect.h index 06ff793..121027a 100644 --- a/overlay_effect.h +++ b/overlay_effect.h @@ -5,7 +5,7 @@ // (If both images are the same aspect and the top image has alpha=1.0 // for all pixels, you will not see anything of the one on the bottom.) // -// This is the “atop” operation from Porter-Duff blending, also used +// This is the “over” operation from Porter-Duff blending, also used // when merging layers in e.g. GIMP or Photoshop. // // The first input is the bottom, and the second is the top.