HaloEffectApplicationMode Enumeration
Mode describing how the halo should be applied.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum HaloEffectApplicationModeValues
| 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