mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
4f644756f6
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@575 0fc631ac-6414-0410-93d0-97cfa31319b6
18 lines
527 B
Plaintext
18 lines
527 B
Plaintext
Function: set_combine
|
|
|
|
--Usage--
|
|
> set_combine(input: image, combine: combine_mode)
|
|
|
|
Set how the resulting image should be combined with the background.
|
|
|
|
--Parameters--
|
|
! Parameter Type Description
|
|
| @input@ [[type:image]] Image to change combining mode of
|
|
| @combine@ [[type:combine]] Combining function to use
|
|
|
|
--Examples--
|
|
> set_combine(input: "image1.png", combine: "shadow") == [[Image]]
|
|
|
|
--See also--
|
|
| [[fun:combine_blend]] Blend two images together using a given [[type:combine|combining mode]].
|