Py5Graphics.no_stroke()
Contents
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