setup()

Structure

Description

Called once when the program starts. Define initial environment properties such as screen size and background color.

Syntax

void setup()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...