Komut
noFill()
Açıklama
Çizim işlemlerinin dolgu rengini temizler.
Sözdizimi
Ekranınız .noFill ()
Parametreler
Yok
İadeler
Hiçbir şey değil
Misal
…
YourScreen.beginDraw();
YourScreen.clear();
YourScreen.stroke(255, 0, 255);
YourScreen.noFill();
YourScreen.rect(0, 0, YourScreen.width(), YourScreen.height());
YourScreen.endDraw();
…
YourScreen.beginDraw();
YourScreen.clear();
YourScreen.stroke(255, 0, 255);
YourScreen.noFill();
YourScreen.rect(0, 0, YourScreen.width(), YourScreen.height());
YourScreen.endDraw();
…
See Also
- begin()
- end()
- width()
- height()
- beginDraw()
- endDraw()
- background()
- clear()
- fill()
- stroke()
- noStroke()
- line()
- point()
- rect()
- text()
- textFont()
- textFontWidth()
- textFontHeight()
- set()
- beginText()
- endText()
- textScrollSpeed()