Interface IVideoEffectSolorize
Solorize effect interface.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoEffectSolorize : IVideoEffect
Properties
Value
Gets or sets solorize value.
Declaration
int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ValueStop
Gets or sets solorize stop value (optional).
Declaration
int ValueStop { get; set; }
Property Value
| Type | Description |
|---|---|
| int |