Interface IPostEffectOutlineBlur
- Namespace
- HelixToolkit.SharpDX.Core
- Assembly
- HelixToolkit.SharpDX.dll
public interface IPostEffectOutlineBlur : IPostEffect
- Inherited Members
Properties
Color
Gets or sets the color of the border.
Color4 Color { get; set; }
Property Value
- Color4
The color of the border.
NumberOfBlurPass
Gets or sets the number of blur pass.
int NumberOfBlurPass { get; set; }
Property Value
- int
The number of blur pass.
ScaleX
Gets or sets the scale x.
float ScaleX { get; set; }
Property Value
- float
The scale x.
ScaleY
Gets or sets the scale y.
float ScaleY { get; set; }
Property Value
- float
The scale y.