A few questions on Processing...
in
Programming Questions
•
1 year ago
Hi,
I just have a few questions on Processing and thought it would be best to to just throw them all in one post:
1: Is it possible to reference methods as variables like is done in JavaScript
i.e if(button.type=="close"){ button.action() = hide_parent(); }
2. Is there any way to read in pasted images (like is done in photoshop and similar programs?
3. is it possible to save a screenshot as an image file?
Thanks
1