Table of Contents

Class GLAlphaVideoEffect

Namespace
VisioForge.Core.Types.X.OpenGL
Assembly
VisioForge.Core.dll

Alpha channel video effect (OpenGL). Replaces selected color by alpha channel.

public class GLAlphaVideoEffect : GLBaseVideoEffect

Inheritance

Inherited Members

Constructors

GLAlphaVideoEffect()

Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLAlphaVideoEffect class.

public GLAlphaVideoEffect()

Properties

Alpha

Gets or sets the value for the alpha channel.

public double Alpha { get; set; }

Property Value

double

Angle

Gets or sets the size of the colorcube to change.

public float Angle { get; set; }

Property Value

float

BlackSensitivity

Gets or sets the sensitivity to dark colors.

public uint BlackSensitivity { get; set; }

Property Value

uint

CustomColor

Gets or sets custom color value.

public SKColor CustomColor { get; set; }

Property Value

SKColor

Mode

Gets or sets the method.

public GLAlphaVideoEffectMode Mode { get; set; }

Property Value

GLAlphaVideoEffectMode

NoiseLevel

Gets or sets the size of noise radius.

public float NoiseLevel { get; set; }

Property Value

float

WhiteSensitivity

Gets or sets the sensitivity to bright colors.

public uint WhiteSensitivity { get; set; }

Property Value

uint