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 : GLBaseVideoEffectInheritance
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
Angle
Gets or sets the size of the colorcube to change.
public float Angle { get; set; }Property Value
BlackSensitivity
Gets or sets the sensitivity to dark colors.
public uint BlackSensitivity { get; set; }Property Value
CustomColor
Gets or sets custom color value.
public SKColor CustomColor { get; set; }Property Value
Mode
Gets or sets the method.
public GLAlphaVideoEffectMode Mode { get; set; }Property Value
NoiseLevel
Gets or sets the size of noise radius.
public float NoiseLevel { get; set; }Property Value
WhiteSensitivity
Gets or sets the sensitivity to bright colors.
public uint WhiteSensitivity { get; set; }