This function changes the blend colour and alpha that the given particle system is rendered with. This is similar to image_blend and image_alpha in instances.
part_system_color(ind, color, alpha);
Argument | Type | Description |
---|---|---|
ind | Particle System Instance | The index of the particle system to change. |
color | Colour | The new colour of the particle system. |
alpha | Real | The new alpha of the particle system. |
N/A
part_system_colour(pt_sys, c_red, 0.5);
This changes the colour of a particle system to red, with an alpha of 0.5.