Fixes mask categories

This commit is contained in:
Anadroid
2021-07-05 14:11:48 +02:00
parent 17930298c5
commit 6f3d3d1e35
2 changed files with 2 additions and 2 deletions

View File

@@ -15590,7 +15590,7 @@ public class PApplet implements PConstants {
* which will make the image into a "correct" grayscale by
* performing a proper luminance-based conversion.
*
* @webref pimage:method
* @webref image:pixels
* @webBrief Masks part of an image with another image as an alpha channel
* @usage web_application
* @param img image to use as the mask

View File

@@ -815,7 +815,7 @@ public class PImage implements PConstants, Cloneable {
* which will make the image into a "correct" grayscale by
* performing a proper luminance-based conversion.
*
* @webref pimage:method
* @webref image:pixels
* @webBrief Masks part of an image with another image as an alpha channel
* @usage web_application
* @param img image to use as the mask