Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像を描画する html キャンバス上でスポットライトを実現するソリューションを探しています。私は完全な画像を暗くしました:
context.globalAlpha = 0.3; context.fillStyle = 'black'; context.fillRect(0, 0, image.width, image.height);
これはうまくいきます。ここで、特定の長方形領域の暗くなる効果を取り除きたいと思います。「周囲の」長方形を計算せずにこれを行うにはどうすればよいですか?