Class GLAlphaVideoEffect
Alpha channel video effect (OpenGL). Replaces selected color by alpha channel.
Inherited Members
Namespace: VisioForge.Core.Types.X.OpenGL
Assembly: VisioForge.Core.dll
Syntax
public class GLAlphaVideoEffect : GLBaseVideoEffect
Constructors
GLAlphaVideoEffect()
Initializes a new instance of the GLAlphaVideoEffect class.
Declaration
public GLAlphaVideoEffect()
Properties
Alpha
Gets or sets the value for the alpha channel.
Declaration
public double Alpha { get; set; }
Property Value
Type | Description |
---|---|
double |
Angle
Gets or sets the size of the colorcube to change.
Declaration
public float Angle { get; set; }
Property Value
Type | Description |
---|---|
float |
BlackSensitivity
Gets or sets the sensitivity to dark colors.
Declaration
public uint BlackSensitivity { get; set; }
Property Value
Type | Description |
---|---|
uint |
CustomColor
Gets or sets custom color value.
Declaration
public SKColor CustomColor { get; set; }
Property Value
Type | Description |
---|---|
SKColor |
Mode
Gets or sets the method.
Declaration
public GLAlphaVideoEffectMode Mode { get; set; }
Property Value
Type | Description |
---|---|
GLAlphaVideoEffectMode |
NoiseLevel
Gets or sets the size of noise radius.
Declaration
public float NoiseLevel { get; set; }
Property Value
Type | Description |
---|---|
float |
WhiteSensitivity
Gets or sets the sensitivity to bright colors.
Declaration
public uint WhiteSensitivity { get; set; }
Property Value
Type | Description |
---|---|
uint |