Table of Contents

Interface IGPUVideoEffectBrightness

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

Brightness effect interface.

public interface IGPUVideoEffectBrightness : IGPUVideoEffect

Implements

Properties

Value

Gets or sets brightness value. Range 0 - 255.

int Value { get; set; }

Property Value

int