BlurEffect Class
An effect that blurs the result produced by a layer or a view.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class BlurEffect : Effect
Remarks
This effect uses Gaussian blur to blur the image. The standard deviation of the Gaussian distribution is set to one third of the Radius, as pixels three standard deviations away are often considered to have effectively zero weight and can be ignored.
![]() |
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Effect
BlurEffect
Platforms
Windows, Linux, Android
BlurEffect Members
The BlurEffect type has the following members.
Constructors
Name | Description |
---|---|
BlurEffect | Initializes a new instance of the BlurEffect class. |
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current BlurEffect has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the BlurEffect. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current BlurEffect represents. Inherited from EngineObject |
Radius | Gets or sets the radius of the blur. |
Strength | Gets or sets the strength of the effect. Inherited from Effect |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |