Is it able to use Android `RuntimeXfermode` (<API>...
# compose
k
Is it able to use Android
RuntimeXfermode
(API) as a blend mode in Compose? I need a plus-darker blend mode and the only way is to create a
RuntimeXfermode
. There is no way to get the Android native
paint
in
graphicsLayer
.