Static Color behavior allows applying a single color to emitted particles.
The configuration for color is a simple hex value for the color.
Parameters
Static Color Behavior Example:
Color Behavior Configuration: – other configuration excluded for brevity
{
type: 'colorStatic',
config: {
color: "#ff0000"
},
},