new function happiness

This commit is contained in:
benfry
2004-07-10 03:03:31 +00:00
parent 0f4ad29811
commit 779083909c
+5
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);
}