Skip to content

Commit 6f3d3d1

Browse files
committed
Fixes mask categories
1 parent 1793029 commit 6f3d3d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15590,7 +15590,7 @@ public void set(int x, int y, PImage img) {
1559015590
* which will make the image into a "correct" grayscale by
1559115591
* performing a proper luminance-based conversion.
1559215592
*
15593-
* @webref pimage:method
15593+
* @webref image:pixels
1559415594
* @webBrief Masks part of an image with another image as an alpha channel
1559515595
* @usage web_application
1559615596
* @param img image to use as the mask

core/src/processing/core/PImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ public void mask(int[] maskArray) { // ignore
815815
* which will make the image into a "correct" grayscale by
816816
* performing a proper luminance-based conversion.
817817
*
818-
* @webref pimage:method
818+
* @webref image:pixels
819819
* @webBrief Masks part of an image with another image as an alpha channel
820820
* @usage web_application
821821
* @param img image to use as the mask

0 commit comments

Comments
 (0)