From 6f3d3d1e35e30951705da660df2c6a325252144b Mon Sep 17 00:00:00 2001 From: Anadroid Date: Mon, 5 Jul 2021 14:11:48 +0200 Subject: [PATCH] Fixes mask categories --- core/src/processing/core/PApplet.java | 2 +- core/src/processing/core/PImage.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index dcbb8e966..d6ec2c977 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -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 diff --git a/core/src/processing/core/PImage.java b/core/src/processing/core/PImage.java index 315cd294f..d353bc82a 100644 --- a/core/src/processing/core/PImage.java +++ b/core/src/processing/core/PImage.java @@ -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