loadPixels()
Image / PixelsDescription
Loads the pixel data for the display window into the pixels[] array.
Syntax
void loadPixels()
Parameters
None
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...