UNPKG

feeles-ide

Version:

The hackable and serializable IDE to make learning material

31 lines (19 loc) 544 B
# 色 オブジェクトの色を変えてみた [メニューに戻る](index.html) ## 改造してみる ![ここから始める](render/main.js) || 意味 --- | --- fillStyle | ぬりつぶしの色 strokeStyle | 線の色 lineWidth | 線の太さ ### 色の作り方 `'#FF0000'` のような文字列が、色を表しています 色を見つけるには [CSS色見本](https://hogehoge.tk/webdev/color/) が便利です もっと改造 ![設定](render/setting.js) ![かべ・ゆか](render/stage.js) - - - ## 応用例