We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dc5a0 commit d4aec1aCopy full SHA for d4aec1a
src/image/p5.Image.js
@@ -603,7 +603,8 @@ p5.Image.prototype.copy = function(...args) {
603
/**
604
* Masks part of an image from displaying by loading another
605
* image and using its alpha channel as an alpha channel for
606
- * this image.
+ * this image. Masks are cumulative, one applied to an image
607
+ * object, they cannot be removed.
608
*
609
* @method mask
610
* @param {p5.Image} srcImage source image
0 commit comments