with alpha less than 1? For example with different canvas draw operations like
Modifier.background
? Especially, does alpha < 1f affect performance negatively in canvas draw operations? Does that always cause rendering to an offscreen buffer similarly to
CompositingStrategy.Offscreen
?
r
romainguy
09/19/2024, 3:31 PM
No colors with alpha don't require an offscreen buffer
👍🏼 1
e
ephemient
09/20/2024, 2:19 AM
drawing with color alpha also has a different effect than graphics layer