Function createColorBlendedImage

  • 指定色をブレンドした画像を生成して返す

    Returns

    Newly created canvas with Image with color blended

    Parameters

    • image: HTMLCanvasElement | HTMLImageElement
    • blendMode: BlendMode = "color-burn"

      ブレンドタイプ(globalCompositeOperation)で指定

    • color: CanvasStyle = "red"

      ブレンド色指定

    Returns HTMLCanvasElement

Generated using TypeDoc