From f62bc25e664161ff0aa9f360f2a4c4a45b207d00 Mon Sep 17 00:00:00 2001 From: twanvl Date: Mon, 13 Oct 2008 17:56:35 +0000 Subject: [PATCH] documentation typo: masked_blend != linear_blend git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1221 0fc631ac-6414-0410-93d0-97cfa31319b6 --- doc/function/masked_blend.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/function/masked_blend.txt b/doc/function/masked_blend.txt index 3d66b29b..914e6f35 100644 --- a/doc/function/masked_blend.txt +++ b/doc/function/masked_blend.txt @@ -1,7 +1,7 @@ Function: masked_blend --Usage-- -> linear_blend(light: image, dark: image, mask: image) +> masked_blend(light: image, dark: image, mask: image) Blend two images together using a third as a mask. On pixels the mask is white the 'light' image is used, where the mask is black the 'dark' image is used.