MCPcopy
hub / github.com/processing/p5.js / drawAndFilter

Function drawAndFilter

test/unit/webgl/p5.RendererGL.js:511–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

509 test('feedback effects can be prevented (ie. clear() works)', function() {
510 myp5.createCanvas(20,20);
511 let drawAndFilter = () => {
512 myp5.circle(5,5,8);
513 myp5.filter(myp5.BLUR);
514 };
515 let getPixels = () => {
516 myp5.loadPixels();
517 return myp5.pixels.slice();

Callers 1

p5.RendererGL.jsFile · 0.85

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected