HaloEffectApplicationMode Enumeration
Mode describing how the halo should be applied.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum HaloEffectApplicationMode
Values
Value name | Value | Description |
---|---|---|
Behind | 0 | A halo will be applied to all pixels within HaloEffect.Radius pixels of a not fully transparent pixel. |
Around | 1 | A halo will be applied to pixels that is fully transparent within HaloEffect.Radius of a not fully transparent pixel. |
Platforms
Windows, Linux, Android