public override void SwooshIn() { swoosher = new SwooshPainter(SwooshPainter.Direction.FromLeft, pMainPainter, 0, 0, translucent ? (int)(0xff * 0.75) : 0xff); swoosher.DoneSwooshing += DoneSwooshingIn; painter.Add(Layer.UI, swoosher.Paint); }
public override void SwooshIn () { swoosher = new SwooshPainter (SwooshPainter.Direction.FromLeft, pMainPainter, 0, 0, translucent ? (int)(0xff * 0.75) : 0xff); swoosher.DoneSwooshing += DoneSwooshingIn; painter.Add (Layer.UI, swoosher.Paint); }