Skip to content

Alpha transparency in mask #530

Open
@kfrajer

Description

@kfrajer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions