mohamed rejeb
05/31/2023, 6:01 AMBlendMode
is not supported yet for iOS ?Ivan Matkov
05/31/2023, 8:49 AMmohamed rejeb
05/31/2023, 8:58 AMblendMode
but I think that it's from this compositeOver
drawRect(
color = Color.Black.copy(alpha = 0.5f).compositeOver(Color.White),
blendMode = BlendMode.ColorDodge
)
https://gist.github.com/oleksandrbalan/ee9ab0c658a740bd6923222a9c5d54b4Ivan Matkov
05/31/2023, 9:41 AMmohamed rejeb
05/31/2023, 10:01 AMIvan Matkov
05/31/2023, 10:13 AM