Class GLSobelVideoEffect
Sobel video effect (OpenGL).
Inherited Members
Namespace: VisioForge.Core.Types.X.OpenGL
Assembly: VisioForge.Core.dll
Syntax
public class GLSobelVideoEffect : GLBaseVideoEffect
Constructors
GLSobelVideoEffect()
Initializes a new instance of the GLSobelVideoEffect class.
Declaration
public GLSobelVideoEffect()
Properties
Invert
Gets or sets a value indicating whether to invert colors to get dark edges on bright background.
Declaration
public bool Invert { get; set; }
Property Value
Type | Description |
---|---|
bool |