Py5Graphics.no_stroke()#
Disables drawing the stroke (outline).
Description#
Disables drawing the stroke (outline). If both no_stroke()
and Py5Graphics.no_fill() are called, nothing will be drawn to the screen.
This method is the same as no_stroke() but linked to a Py5Graphics
object. To see example code for how it can be used, see no_stroke().
Underlying Processing method: PGraphics.noStroke
Signatures#
no_stroke() -> None
Updated on March 06, 2023 02:49:26am UTC