Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for fillcolor (0.003 sec.)
- 24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
width() pen() isdown() 色の制御 color() pencolor() fillcolor() 塗りつぶし filling() begin_fill() end_fill() さら...
n": True/False "pencolor": 色文字列または色タプル "fillcolor": 色文字列または色タプル "pensize": 正の数 "speed"...
ンの属性を設定するのに使えます。 >>> turtle . pen ( fillcolor = "black" , pencolor = "red" , pensize = 10 ) >>>...
sorted ( turtle . pen () . items ()) [('fillcolor', 'black'), ('outline', 1), ('pencolor', 'red'), (...
- https://man.plustar.jp/python/library/turtle.html - [similar]
PREV
1
NEXT