Vignette Namespace Reference

Classes

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

Enumerations

enum  VignetteShape { Elliptical = 0 , Rectangular = 1 , Diamond = 2 }
 
enum  VignetteBlendMode { Multiply = 0 , Screen = 1 , Overlay = 2 , SoftLight = 3 }
 

Enumeration Type Documentation

◆ VignetteBlendMode

Enumerator
Multiply 

Multiply blend mode. Standard darkening vignette.

Screen 

Screen blend mode. Lightening vignette.

Overlay 

Overlay blend mode. Contrast enhancement vignette.

SoftLight 

Soft Light blend mode. Subtle, soft effect.

◆ VignetteShape

Enumerator
Elliptical 

Elliptical vignette shape. Standard oval/circular vignette.

Rectangular 

Rectangular vignette shape. Rounded rectangle vignette.

Diamond 

Diamond vignette shape. Diamond-shaped vignette.