Ejemplo n.º 1
0
 private void CreateEffect(float alpha)
 {
     this.Effect = Animate.Cell(Behavior.Create(ctx => "|"), Behavior.Create(ctx => Color.Gray), alpha.Forever(), 0.0f.Forever());
 }