mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
lots of changes for recordShapes(), defaults(), beginFrame(), drag and
drop for adding files to sketches/opening sketches, tool to auto-build sketchbook folder
This commit is contained in:
+3
-1
@@ -290,7 +290,9 @@ public class PImage implements PConstants, Cloneable {
|
||||
/**
|
||||
* Mark the pixels in this region as needing an update.
|
||||
* <P>
|
||||
* This doesn't take into account
|
||||
* This is not currently used by any of the renderers, however the api
|
||||
* is structured this way in the hope of being able to use this to
|
||||
* speed things up in the future.
|
||||
* <P>
|
||||
* Note that when using imageMode(CORNERS),
|
||||
* the x2 and y2 positions are non-inclusive.
|
||||
|
||||
Reference in New Issue
Block a user