mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
textures working, but still no fonts
This commit is contained in:
@@ -6,6 +6,8 @@ package processing.core;
|
||||
|
||||
public interface PMethods {
|
||||
|
||||
public void modified();
|
||||
|
||||
public void alpha(int alpha[]);
|
||||
|
||||
public void alpha(PImage alpha);
|
||||
|
||||
Reference in New Issue
Block a user