Is there a way in Compose to have a version of `Bl...
# compose
t
Is there a way in Compose to have a version of
BlendMode.SrcAtop
that does not keep the alpha? Like I draw a complex path with a color that have alpha and I want to draw a rectangle over it to replace the color like a progress, but if the complex path have alpha the color from the rectangle inherit that alpha and I do not want that.