Py5Graphics.no_fill()#

Disables filling geometry.

Description#

Disables filling geometry. If both Py5Graphics.no_stroke() and no_fill() are called, nothing will be drawn to the screen.

This method is the same as no_fill() but linked to a Py5Graphics object. To see example code for how it can be used, see no_fill().

Underlying Processing method: PGraphics.noFill

Signatures#

no_fill() -> None

Updated on March 06, 2023 02:49:26am UTC