Knowledge Point (知识点):pen.fillcolor() # 设置填充颜色pen.color() # 设置颜色(画笔, 填充)pen.begin_fill() # 开始填充pen.end_fill() # 结束填充
コメント