setup()
StructureDescription
Called once when the program starts. Define initial environment properties such as screen size and background color.
Syntax
void setup()
Parameters
None
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...