clear()
Color / SettingDescription
Clears the pixels within a buffer. Equivalent to background with 0 alpha.
Syntax
void clear()
Parameters
None
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...
Clears the pixels within a buffer. Equivalent to background with 0 alpha.
None
Implementation in Processing.h / Processing.cpp: