< Previous | Contents | Next >

x_offset, y_offset (number, optional)

A numeric value which specifies an offset for the Foreground in pixels.

Example


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