feeles-ide
Version:
The hackable and serializable IDE to make learning material
31 lines (19 loc) • 544 B
Markdown
# 色
オブジェクトの色を変えてみた
[メニューに戻る](index.html)
## 改造してみる

|| 意味
--- | ---
fillStyle | ぬりつぶしの色
strokeStyle | 線の色
lineWidth | 線の太さ
### 色の作り方
`'#FF0000'` のような文字列が、色を表しています
色を見つけるには [CSS色見本](https://hogehoge.tk/webdev/color/)
が便利です
もっと改造


- - -
## 応用例