Exemplo n.º 1
0
 public PixelCometEffect(EffectSerializer effect) : base(effect)
 {
     if (fade < 5 || fade > 90)
     {
         fade = 5;
     }
 }
Exemplo n.º 2
0
 public OnOffEffect(EffectSerializer effect) : base(effect)
 {
 }
Exemplo n.º 3
0
 public PixelRunEffect(EffectSerializer effect) : base(effect)
 {
 }
Exemplo n.º 4
0
 public SetEffect(EffectSerializer effect) : base(effect)
 {
 }