Table of Contents

Interface IGPUVideoEffectEmboss

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

Emboss effect interface.

public interface IGPUVideoEffectEmboss : IGPUVideoEffect

Implements

Properties

Amount

Gets or sets emboss amount. Range is 0.0 - 30.0.

float Amount { get; set; }

Property Value

float

Width

Gets or sets emboss width. Range is 0.0 - 0.005.

float Width { get; set; }

Property Value

float