documentation typo: masked_blend != linear_blend

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1221 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-10-13 17:56:35 +00:00
parent b28e87e5fe
commit f62bc25e66
+1 -1
View File
@@ -1,7 +1,7 @@
Function: masked_blend Function: masked_blend
--Usage-- --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. 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. On pixels the mask is white the 'light' image is used, where the mask is black the 'dark' image is used.