spierce7
06/22/2022, 4:07 PMBox {
A()
B()
}
It’s fine if the API here changes. The only way I can think to do this would be to somehow render A and B to `ImageBitmap`s and then draw them in a Canvas with a BlendMode.
However the only way that I can think to get A or B to ImageBitmap would be with ImageComposeScene which seems like a really bad idea.romainguy
06/22/2022, 4:17 PMspierce7
06/22/2022, 4:19 PMA to an intermediate bitmap, or raster layer?