Enum ParticleGUI.ColorMode
The available color modes. Controls how the Particle color and the Material color blend together.
Namespace: UnityEditor.Rendering.Universal.ShaderGUI
Syntax
public enum ColorMode
Fields
| Name | Description | Value |
|---|---|---|
| Multiply | Use this to select multiply mode. |
0 |
| Additive | Use this to select additive mode. |
1 |
| Subtractive | Use this to select subtractive mode. |
2 |
| Overlay | Use this to select overlay mode. |
3 |
| Color | Use this to select color mode. |
4 |
| Difference | Use this to select difference mode. |
5 |