setBlendingMode
draw.setBlendingMode()
Changes how colors blend with what’s already on screen.
draw.setBlendingMode(mixMode)
mixMode
String
Drawing blend mode over what’s underneath. Not compatible with draw.setMaskMode
. E.g.: multiply
, screen
, overlay
.