Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create an arrayCopy() function for the p5.pixels TypedArray. #632

Closed
workergnome opened this issue May 26, 2015 · 1 comment
Closed

create an arrayCopy() function for the p5.pixels TypedArray. #632

workergnome opened this issue May 26, 2015 · 1 comment
Assignees

Comments

@workergnome
Copy link
Contributor

Split out from #478, we should create a helper that mimics the functionality of arrayCopy from javascript Arrays for the pixels object.

@workergnome
Copy link
Contributor Author

When whomever does this, does this: modify the pixels[] documentation to remove the reference to the fact that this method doesn't exist.

@kjhollen kjhollen self-assigned this May 28, 2015
kjhollen pushed a commit to kjhollen/p5.js that referenced this issue May 28, 2015
…rray

adds another shim in src/var/shim.js that defines
Uint8ClampedArray.prototype.slice = Array.prototype.slice when
the method is missing.
kjhollen pushed a commit to kjhollen/p5.js that referenced this issue May 28, 2015
…rray

adds another shim in src/var/shim.js that defines
Uint8ClampedArray.prototype.slice = Array.prototype.slice when
the method is missing.
@lmccart lmccart closed this as completed May 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants