new function happiness

This commit is contained in:
benfry
2004-07-10 03:03:31 +00:00
parent 3cc0fe47f4
commit 6398c44ea0

View File

@@ -2205,6 +2205,11 @@ public class PApplet extends Applet
// public functions for processing.core
public void setup(int width, int height, int format) {
g.setup(width, height, format);
}
public void alpha(int alpha[]) {
g.alpha(alpha);
}