< Previous | Contents | Next >
Merge
Merge will overlay one image onto another, and has transform control over the foreground image as well as multiple apply modes for combining images and blending modes.
--***********Merge Foreground image over Background image*********** out:Merge(foreG, { --foreG image will be on top of out image
MO_ApplyMode = apply_modes[applymode], MO_ApplyOperator = apply_operators[applyoperator], MO_XOffset = 0.75, --center.X,
MO_YOffset = 0.75, --center.Y, MO_XAxis= 0.5,
MO_YAxis =0.5,
MO_XSize = 0.5 ,--xsize, MO_YSize = 0.5, --ysize, MO_Angle = 45, --angle, MO_FgAddSub = additive,
= | 1.0, | |
MO_FgGreenGain | = | 1.0, |
MO_FgBlueGain | = | 1.0, |
MO_FgAlphaGain | = | 1.0, |
MO_Invert = 1, | ||
MO_DoZ = false, | ||
}) | ||

MO_BgAddSub = additive, MO_BurnIn = 0.0, --burn,