Class GammaVideoEffect
Gamma correction video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class GammaVideoEffect : BaseVideoEffect, IVideoEditXVideoEffectConstructors
GammaVideoEffect(double, string)
Initializes a new instance of the GammaVideoEffect class.
Declaration
public GammaVideoEffect(double value, string name = "gamma")Parameters
| Type | Name | Description | 
|---|---|---|
| double | value | Value. Range is [0.01..10.0], default is 1.0. | 
| string | name | The name. | 
Fields
DefaultName
The default name.
Declaration
public static string DefaultNameField Value
| Type | Description | 
|---|---|
| string | 
Properties
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 | 
Value
Gets or sets the value. Range is [0.01..10.0], default is 1.0.
Declaration
public double Value { get; set; }Property Value
| Type | Description | 
|---|---|
| double | 
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()Returns
| Type | Description | 
|---|---|
| string | System.String. | 
Exceptions
| Type | Condition | 
|---|---|
| NotImplementedException |