VisioForge (c) 2025

Search Results for

    Class GLSobelVideoEffect

    Sobel video effect (OpenGL).

    Inheritance
    object
    GLBaseVideoEffect
    GLSobelVideoEffect
    Inherited Members
    GLBaseVideoEffect.Name
    GLBaseVideoEffect.ID
    GLBaseVideoEffect.Index
    GLBaseVideoEffect.OnUpdate
    GLBaseVideoEffect.OnUpdateCall()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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