textures working, but still no fonts

This commit is contained in:
benfry
2004-12-12 22:14:31 +00:00
parent b183c00e22
commit 03da3b2334
5 changed files with 55 additions and 11 deletions

View File

@@ -6,6 +6,8 @@ package processing.core;
public interface PMethods {
public void modified();
public void alpha(int alpha[]);
public void alpha(PImage alpha);