Table of Contents

Interface IVideoEffectSolorize

Namespace
VisioForge.Core.Types.VideoEffects
Assembly
VisioForge.Core.dll

Solorize effect interface.

public interface IVideoEffectSolorize : IVideoEffect

Implements

Properties

Value

Gets or sets solorize value.

int Value { get; set; }

Property Value

int

ValueStop

Gets or sets solorize stop value (optional).

int ValueStop { get; set; }

Property Value

int