







[This is preliminary documentation and is subject to change.]
Enumerates the possible blending modes for an emitter.
Namespace:
ProjectMercury
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public enum BlendMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration BlendMode |
| Visual C++ |
|---|
public enum class BlendMode |
Members
| Member name | Description | |
|---|---|---|
| None |
No blending.
| |
| Add |
Additive blending.
| |
| Alpha |
Alpha blending.
| |
| Subtract |
Subtractive blending.
| |
| Multiply |
Multiplicative blending.
|
