手機也能上課
1/2
顏色命令
命令
|
說明
|
turtle.fillcolor(colorstring)
|
繪制圖形的填充顏色
|
turtle.color(color1, color2)
|
同時設置pencolor=color1, fillcolor=color2
|
turtle.filling()
|
返回當前是否在填充狀態(tài)
|
turtle.begin_fill()
|
準備開始填充圖形
|
turtle.end_fill()
|
填充完成
|
turtle.hideturtle()
|
隱藏畫筆的turtle形狀
|
turtle.showturtle()
|
顯示畫筆的turtle形狀
|
turtle.pencolor():沒有參數(shù)傳入,返回當前畫筆顏色,傳入?yún)?shù)設置畫筆顏色,可以是字符串如"green", "red",也可以是RGB色值。