MCPcopy Create free account
hub / github.com/benfry/processing4 / endContour

Method endContour

core/src/processing/core/PGraphics.java:1696–1698  ·  view source on GitHub ↗

Use the beginContour() and endContour() function to create negative shapes within shapes such as the center of the letter "O". beginContour() begins recording vertices for the shape and endContour() stops recording. The vertices that define a negative shape must "wind" in

()

Source from the content-addressed store, hash-verified

1694 * @webBrief Stops recording vertices for the shape
1695 */
1696 public void endContour() {
1697 showMissingWarning("endContour");
1698 }
1699
1700
1701 public void endShape() {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected