Continuing documenting functions

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@575 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-07-14 15:13:46 +00:00
parent a75366234f
commit 4f644756f6
19 changed files with 195 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
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]].