We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be191d2 commit f77ab5dCopy full SHA for f77ab5d
src/image/p5.Image.js
@@ -629,10 +629,6 @@ p5.Image.prototype.copy = function(...args) {
629
* http://blogs.adobe.com/webplatform/2013/01/28/blending-features-in-canvas/
630
*/
631
// TODO: - Accept an array of alpha values.
632
-// - Use other channels of an image. p5 uses the
633
-// blue channel (which feels kind of arbitrary). Note: at the
634
-// moment this method does not match native processing's original
635
-// functionality exactly.
636
p5.Image.prototype.mask = function(p5Image) {
637
if (p5Image === undefined) {
638
p5Image = this;
0 commit comments