textures working, but still no fonts

This commit is contained in:
benfry
2004-12-12 22:14:31 +00:00
parent eb80155df5
commit fdcd8b68d9
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);