You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2018. It is now read-only.
The clear() function clears a pixels buffer. Even if this buffers concept doesn't exist in Processing.js, adding a function that does nothing will be better than having code examples that won't run.
Then used in setup and draw as below, an error message is not thrown that I can catch. The error message generated below is logged in the browser console from processing.min.js:896, version 1.6.0. I am not able to catch this one using the same code as above.
The clear() function clears a pixels buffer. Even if this buffers concept doesn't exist in Processing.js, adding a function that does nothing will be better than having code examples that won't run.
clear() is not defined
https://processing.org/reference/clear_.html
The text was updated successfully, but these errors were encountered: