- Preparing search index...
- The search index is not available
pgul
Function createColorBlendedImage
- createColorBlendedImage(image: HTMLCanvasElement | HTMLImageElement, blendMode?: BlendMode, color?: CanvasStyle): HTMLCanvasElement
-
Parameters
-
image: HTMLCanvasElement | HTMLImageElement
-
blendMode: BlendMode = "color-burn"
-
color: CanvasStyle = "red"
Returns HTMLCanvasElement
指定色をブレンドした画像を生成して返す
Returns
Newly created canvas with Image with color blended