setAlpha(min, max, rate, ease, yoyo) → {Phaser.Particles.Arcade.Emitter}
A more compact way of setting the alpha constraints of the particles.The rate parameter, if set to a value above zero, lets you set the speed at which the Particle change in alpha from min to max.If rate is zero, which is the default, the particle won't change alpha - instead it will pick a random alpha between min and max on emit.
Parameters
Name Type Argument Default Description min number <optional> 1 The