さん814(1): デフォルトの名無しさん [sage] 2019/06/19(水) 23:53:19.20 ID:OXIsS29o(1) AAS
外部リンク:developer.mozilla.org
外部リンク:developer.mozilla.org
すべて文字列で設定してる!
ctx.fillStyle = 'orange';
ctx.fillStyle = '#FFA500';
ctx.fillStyle = 'rgb(255, 165, 0)';
ctx.fillStyle = 'rgba(255, 165, 0, 1)';
ctx.fillStyle = `rgb(
${Math.floor(255 - 42.5 * 3)},
${Math.floor(255 - 42.5 * 5)},
0)`;