mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user