public ImageUpdater(AdbClient client, DeviceData device, IEnumerable <BonusMask> bonusMasks) { this.client = client; this.device = device; this.buffer = client.CreateRefreshableFramebuffer(device); this.bonusMasks = bonusMasks; }