Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ copyImage
Method
copyImage
core/src/processing/core/PShape.java:1635–1639 ·
view source on GitHub ↗
(PShape src, PShape dest)
Source
from the content-addressed store, hash-verified
1633
1634
// TODO unapproved
1635
static
protected
void
copyImage(PShape src, PShape dest) {
1636
if
(src.image != null) {
1637
dest.texture(src.image);
1638
}
1639
}
1640
1641
1642
Callers
5
copyGroup
Method · 0.95
copyPrimitive
Method · 0.95
copyGeometry
Method · 0.95
copyPath
Method · 0.95
copyGroup
Method · 0.80
Calls
1
texture
Method · 0.45
Tested by
no test coverage detected