레퍼런스 noStroke()

noStroke()

점, 선 및 모양의 윤곽선을 그리는 것을 비활성화합니다.

noStroke() 을 호출하는 것은, stroke(0, 0)처럼 윤곽선을 완전히 투명하게 만드는 것과 동일합니다. noStroke()noFill() 을 모두 호출하면, 화면에 아무 것도 그려지지 않습니다.

예제

This page is generated from the comments in src/color/setting.js . Please feel free to edit it and submit a pull request!

관련 레퍼런스