loadPixels()

Image / Pixels

Description

Loads the pixel data for the display window into the pixels[] array.

Syntax

void loadPixels()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...