Table of Contents

Interface IGPUVideoEffectSaturation

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

Saturation effect interface.

public interface IGPUVideoEffectSaturation : IGPUVideoEffect

Implements

Properties

Value

Gets or sets saturation value. Range 0 - 255.

int Value { get; set; }

Property Value

int