clear()

Color / Setting

Description

Clears the pixels within a buffer. Equivalent to background with 0 alpha.

Syntax

void clear()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...