Table of Contents

Interface IGPUVideoEffectContrast

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

Contrast effect interface.

public interface IGPUVideoEffectContrast : IGPUVideoEffect

Implements

Properties

Value

Gets or sets contrast value. Range 0 - 255.

int Value { get; set; }

Property Value

int