vfx


SpotLight


The call script is :-

vfx.SpotLight(clip [,int sf = 0][,int ef = end frame][, int rad = 64][,int rgb = [255, 255, 255]][,int x = mid frame][, int y = mid frame][,int ex = x][,int ey = y][, float dim = 0.2])


clip: input clip of constant format. Compat input not accepted.
sf: Effect Start Frame Number.
ef: Effect End Frame Number.
rgb: r, g, b 8 bit values array.
rad: Radius of spot
x: x coordinate of SpotLight.
y: y coordinate of SpotLight.
ex: at end of effect x coordinate of SpotLight.
ey: at end of effect y coordinate of SpotLight.
dim: Input frame to be dimmed by this value.

This function creates SpotLight.