private async void buttonMaximum_Click(object sender, EventArgs e) { await wrapEffect(() => Grayscale.Max(Helper.deepCloneBMP(outputBitmap))); }