processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Alpha transparency in mask

Open kfrajer opened this issue 6 years ago • 0 comments

This might be related to #453

Reported in Processing forum here.

Tested using Win10 using processing-phone emulator as well on device. Images from emu.

Issue:

The following code produces a glitch image in the masked area when using the default renderer:

fullScreen();
img.mask(maskImg);
image(img, width/2, height/2);

device-2019-05-20-011817

This is not observed with the P2D renderer: Screenshot_1558329854

kfrajer avatar May 20 '19 05:05 kfrajer