noFill()

Color / Setting

Description

Disables filling geometry. Shapes will only have a stroke outline.

Syntax

void noFill()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...