Skip to content

Commit f77ab5d

Browse files
committed
Remove obsolete TODO for p5.Image.prototype.mask
1 parent be191d2 commit f77ab5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/image/p5.Image.js

-4
Original file line numberDiff line numberDiff line change
@@ -629,10 +629,6 @@ p5.Image.prototype.copy = function(...args) {
629629
* http://blogs.adobe.com/webplatform/2013/01/28/blending-features-in-canvas/
630630
*/
631631
// 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.
636632
p5.Image.prototype.mask = function(p5Image) {
637633
if (p5Image === undefined) {
638634
p5Image = this;

0 commit comments

Comments
 (0)