Click or drag to resize
ColorTintMode Enumeration
Different color tint modes.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum ColorTintMode
Members
  Member nameValueDescription
Multiplicative0 The color should be multiplied over the top of the underlying color.
Constant1 The color should replace the underlying color.
Additive2 The color should be added to the underlying color.
See Also