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
From Processing.h:
virtual void setup() {}