[]
Builtin GaussianBlur effect.
public class GaussianBlur : Effect, IDisposable, IUnknown
Name | Description |
---|---|
GaussianBlur(IntPtr) | Initializes a new instance of the GaussianBlur class. |
Name | Description |
---|---|
BorderMode | The mode used to calculate the border of the image, soft or hard. See BorderMode modes for more info. |
Optimization | The optimization mode. See GaussianBlurOptimization modes for more info. |
StandardDeviation | Gets or sets the amount of blur to be applied to the image. Default: 1.0f |
Name | Description |
---|---|
Create(DeviceContext) | Initializes a new instance of GaussianBlur effect. |