blend


Description:


public bool blend (Frame dest, Frame src, int x, int y, float global_alpha)

Lets you blend the src image into the dest image

Parameters:

dest

The Frame where to blend src in

src

the Frame that we want to blend into

x

The x offset in pixel where the src image should be blended

y

the y offset in pixel where the src image should be blended

global_alpha

the global_alpha each per-pixel alpha value is multiplied with


Namespace: Gst.Video