Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ loadPixels
Method
loadPixels
core/src/processing/opengl/Texture.java:785–789 ·
view source on GitHub ↗
(int len)
Source
from the content-addressed store, hash-verified
783
784
785
protected
void
loadPixels(
int
len) {
786
if
(rgbaPixels == null || rgbaPixels.length < len) {
787
rgbaPixels =
new
int
[len];
788
}
789
}
790
791
792
protected
void
updatePixelBuffer(
int
[] pixels) {
Callers
1
set
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected