모양 채우기 색상 설정을 비활성화합니다.
noFill()
을 호출하는 것은 호출하는 것은, fill(0, 0)
처럼 채우기를 완전히 투명하게 만드는 것과 동일합니다. noStroke() 와 noFill()
을 모두 호출하면, 화면에 아무 것도 그려지지 않습니다.
예제
Notice any errors or typos? Please let us know. Please feel free to edit src/color/setting.js and open a pull request!