mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
Fixes mask categories
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user