Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setModified
Method
setModified
core/src/processing/core/PImage.java:355–361 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
353
354
355
public
void
setModified() {
// ignore
356
modified = true;
357
mx1 = 0;
358
my1 = 0;
359
mx2 = pixelWidth;
360
my2 = pixelHeight;
361
}
362
363
364
public
void
setModified(boolean m) {
// ignore
Callers
2
endDraw
Method · 0.45
imageImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected