Example #1
0
 public override void Apply(Particle p)
 {
     p.Color = Color.Lerp(ColorStart, ColorEnd, random.NextFloat() * Variation);
 }