Vignette.Vignette Class Reference

Vignette operator properties for Script Engine. Creates a vignette effect that darkens or lightens the edges of the video frame.

Properties

int Intensity [get, set]
 Vignette intensity. [min=0, max=200, default=50].
 
int Size [get, set]
 Size of clear center area. [min=0, max=100, default=50].
 
int Softness [get, set]
 Softness/feather of the vignette falloff. [min=0, max=100, default=50].
 
VignetteShape Shape [get, set]
 Vignette shape.
 
VignetteBlendMode BlendMode [get, set]
 Blend mode for the vignette effect.
 
Command ResetVignetteCmd [get]
 Reset vignette settings to defaults.
 
int Roundness [get, set]
 Roundness of the vignette shape. [min=0, max=100, default=0]. 0 = oval matching aspect ratio, 100 = perfect circle.
 
int CenterX [get, set]
 Center X offset. [min=-100, max=100, default=0].
 
int CenterY [get, set]
 Center Y offset. [min=-100, max=100, default=0].
 
int ColorRed [get, set]
 Vignette color red component. [min=0, max=255, default=0].
 
int ColorGreen [get, set]
 Vignette color green component. [min=0, max=255, default=0].
 
int ColorBlue [get, set]
 Vignette color blue component. [min=0, max=255, default=0].
 
Command ResetColorCmd [get]
 Reset vignette color to black.
 
int InnerBrightness [get, set]
 Inner brightness boost. [min=50, max=150, default=100]. Values above 100 brighten the center area.
 
bool AffectAlpha [get, set]
 Whether vignette affects alpha channel.
 
bool ShowMask [get, set]
 Show vignette mask only (debug).
 
bool ShowOriginal [get, set]
 Show original image (debug).
 
FormattedMessage Minilog [get, set]
 Formatted message.