noErase

概要

p5.jsリファレンス(参考情報)

[p5.js] noErase

サンプル

def setup
  background(235, 145, 15)
  noStroke
  fill(30, 45, 220)
  rect(30, 10, 10, 80)
  erase
  ellipse(50, 50, 60)
  noErase
  rect(70, 10, 10, 80)
end

構文

戻値