mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
get() for image dupe instead of copy().. also hex/binary unhex/unbinary
This commit is contained in:
@@ -38,7 +38,7 @@ 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 PImage get();
|
||||
|
||||
public void save(String filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user