Table of Contents

Interface IVideoEffectSaturation

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

Saturation effect interface.

public interface IVideoEffectSaturation : IVideoEffect

Implements

Properties

Value

Gets or sets saturation value. Range is 0-255. Default is 255.

int Value { get; set; }

Property Value

int

ValueStop

Gets or sets saturation stop value (optional). Range is 0-255. Default is 255.

int ValueStop { get; set; }

Property Value

int