GlowEffect Class
An effect that applies a glow to the result produced by a Layer or a View.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class GlowEffect : Effect
Remarks
A glow is composed of three color components: the original visualization, a blurred version of the original visualization, and a tint color. The intensity of each component is adjusted with OriginalIntensity, BlurredIntensity and TintColorIntensity. These components are blended additively, so that areas that contain denser pixel values will look brighter.
![]() |
As effects are performed after everything under a layer has been rendered. Transparency of pixels and the value of Threshold will be used to compute how strong the glow is per pixel. Multiple overlapping transparent features can be used to produce a stronger glow where multiple features overlap.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Effect
GlowEffect
Platforms
Windows, Linux, Android
GlowEffect Members
The GlowEffect type has the following members.
Constructors
Name | Description |
---|---|
GlowEffect | Initializes a new instance of the GlowEffect class. |
Properties
Name | Description |
---|---|
BlurredIntensity | Gets or sets the intensity of the blurred result produced by a layer or a view. |
IsDisposed | Gets a value that tells whether the current GlowEffect has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the GlowEffect. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current GlowEffect represents. Inherited from EngineObject |
OriginalIntensity | Gets or sets the intensity of the original result produced by a layer or a view. |
Radius | Gets or sets the radius of the glow. |
Strength | Gets or sets the strength of the effect. Inherited from Effect |
Threshold | Gets or sets the lightness threshold required for pixels to glow. |
TintColor | Gets or sets the color of the tint that will be added to the glow. |
TintColorIntensity | Gets or sets the intensity of the tint color. |
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 |