mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
image tweaks, full applet casting complete, savebytes/strings to sketch
folder
This commit is contained in:
@@ -38,6 +38,8 @@ public interface PMethods {
|
||||
public void blend(PImage src, int sx1, int sy1, int sx2, int sy2,
|
||||
int dx1, int dy1, int dx2, int dy2, int mode);
|
||||
|
||||
public PImage copy();
|
||||
|
||||
public void save(String filename);
|
||||
|
||||
public void smooth();
|
||||
|
||||
Reference in New Issue
Block a user