Class GaussianBlurVideoEffect
Gaussian blur video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class GaussianBlurVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
GaussianBlurVideoEffect(double, string)
Initializes a new instance of the GaussianBlurVideoEffect class.
Declaration
public GaussianBlurVideoEffect(double sigma, string name = "gaussian_blur")
Parameters
Type | Name | Description |
---|---|---|
double | sigma | Sigma value for gaussian blur (negative for sharpen). Range is [-20.0..20.0], default is 1.2. |
string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
Sigma
Gets or sets sigma value for gaussian blur (negative for sharpen). Range is [-20.0..20.0], default is 1.2.
Declaration
public double Sigma { get; set; }
Property Value
Type | Description |
---|---|
double |
StartTime
Gets or sets the start time.
Declaration
public TimeSpan StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
StopTime
Gets or sets the stop time.
Declaration
public TimeSpan StopTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |