VisioForge (c) 2025

Search Results for

    Class GLBaseVideoEffect

    Base video effect for OpenGL.

    Inheritance
    object
    GLBaseVideoEffect
    GLAlphaVideoEffect
    GLBlurVideoEffect
    GLBulgeVideoEffect
    GLColorBalanceVideoEffect
    GLDeinterlaceVideoEffect
    GLFishEyeVideoEffect
    GLFlipVideoEffect
    GLGlowLightingVideoEffect
    GLGrayscaleVideoEffect
    GLHeatVideoEffect
    GLLaplacianVideoEffect
    GLLightTunnelVideoEffect
    GLLumaCrossProcessingVideoEffect
    GLMirrorVideoEffect
    GLOverlayVideoEffect
    GLResizeVideoEffect
    GLSepiaVideoEffect
    GLSinCityVideoEffect
    GLSobelVideoEffect
    GLSquareVideoEffect
    GLSqueezeVideoEffect
    GLStretchVideoEffect
    GLTransformationVideoEffect
    GLTwirlVideoEffect
    GLXRayVideoEffect
    Inherited Members
    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 GLBaseVideoEffect

    Constructors

    GLBaseVideoEffect(GLVideoEffectID, string)

    Initializes a new instance of the GLBaseVideoEffect class.

    Declaration
    public GLBaseVideoEffect(GLVideoEffectID id, string name)
    Parameters
    Type Name Description
    GLVideoEffectID id

    The identifier.

    string name

    The name.

    Properties

    ID

    Gets the identifier.

    Declaration
    public GLVideoEffectID ID { get; }
    Property Value
    Type Description
    GLVideoEffectID

    Index

    Gets or sets the index.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    int

    Name

    Gets the name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    OnUpdateCall()

    Called when [update call].

    Declaration
    public void OnUpdateCall()

    Events

    OnUpdate

    Occurs when [on update].

    Declaration
    public event EventHandler<EventArgs> OnUpdate
    Event Type
    Type Description
    EventHandler<EventArgs>