DEV Community

Discussion on: The JavaScript Iteration Protocols and How They Fit In

Collapse
 
kenbellows profile image
Ken Bellows • Edited

Just whipped one up real quick, here you go! It adds a bunch of extra blue to each pixel in an image.

I used an expanded version of the generator function in the post that persists changes made to each pixel back to the original ImageData object for easier image manipulation.

Collapse
 
riscie profile image
riscie

Very cool! Thank you for the example!