| ColorTintMode Enumeration |
Namespace: Candlelight.UI
public enum ColorTintMode
| Member name | Value | Description | |
|---|---|---|---|
| Multiplicative | 0 | The color should be multiplied over the top of the underlying color. | |
| Constant | 1 | The color should replace the underlying color. | |
| Additive | 2 | The color should be added to the underlying color. |