HaloEffect Class
An effect that applies a halo around or behind the result produced by a layer or a view.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class HaloEffect : Effect
Remarks
This effect will apply a halo around or under rendered objects depending on ApplicationMode. The geometry that the halo is created from is extended by one radius before it is blurred and recolored into Color to have close to full opacity near the geometry, instead of having full opacity one radius in from the edge of the geometry like a blur would.
![]() |
HaloEffect.ApplicationMode
This mode determines how transparent pixels is considered when applying halo. If ApplicationMode is set to Around then only pixels that are fully transparent (alpha = 0) can get a halo applied. If ApplicationMode is set to Behind then all pixels that are not already fully opaque (alpha < 255) could get a halo applied.
![]() |
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Effect
HaloEffect
Platforms
Windows, Linux, Android
HaloEffect Members
The HaloEffect type has the following members.
Constructors
Name | Description |
---|---|
HaloEffect | Initializes a new instance of the HaloEffect class. |
Properties
Name | Description |
---|---|
ApplicationMode | Gets or sets how the halo is applied. |
Color | Gets or sets the color of halo. |
IsDisposed | Gets a value that tells whether the current HaloEffect has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the HaloEffect. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current HaloEffect represents. Inherited from EngineObject |
Radius | Gets or sets the radius of the halo. |
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 |