making the background transparent/translucent
in
Core Library Questions
•
2 years ago
I have been trying to implement the second part of this:
(It talks about removing the window "chrome" and then trying to utilize the "per pixel transparency" feature outline here:
http://java.sun.com/developer/technicalArticles/GUI/translucent_shaped_windows/, but in Processing)
It was simple to remove the chrome, but the java article states that once you use setWindowOpaque(frame, false); the per pixel transparency
should be active but it seems that whatever I do, the background's alpha property will be ignored, which I assume is part of processing's core. Is it possible to override this easily?
3