Enum ParticleColorBlendMode ​
Namespace: ValveResourceFormat.Particles
Assembly: ValveResourceFormat.dll
How a particle colour initializer combines the colour it picked with a tint.
csharp
public enum ParticleColorBlendModeFields ​
PARTICLEBLEND_DEFAULT = 0
Replace.
PARTICLEBLEND_OVERLAY = 1
Overlay.
PARTICLEBLEND_DARKEN = 2
Darken: the per-channel minimum.
PARTICLEBLEND_LIGHTEN = 3
Lighten: the per-channel maximum.
PARTICLEBLEND_MULTIPLY = 4
Multiply.
See Also ​
https://s2v.app/SchemaExplorer/cs2/particleslib/ParticleColorBlendMode_t

