< Previous | Contents | Next >
A numeric value which specifies an offset for the Foreground in pixels.
function Process(req)
local bg = InBackground:GetValue(req) local fg = InForeground:GetValue(req)
local out = bg:Copy() out:OXMerge(fg, 0.75, 0.25)
OutImage:Set(req, out)
end