Interface IGPUVideoEffectEmboss
Emboss effect interface.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IGPUVideoEffectEmboss : IGPUVideoEffect
Properties
Amount
Gets or sets emboss amount. Range is 0.0 - 30.0.
Declaration
float Amount { get; set; }
Property Value
Type | Description |
---|---|
float |
Width
Gets or sets emboss width. Range is 0.0 - 0.005.
Declaration
float Width { get; set; }
Property Value
Type | Description |
---|---|
float |