gpt4 book ai didi

image - Canvas globalAlpha 不影响图像?

转载 作者:行者123 更新时间:2023-12-03 20:21:47 31 4
gpt4 key购买 nike

我正在尝试使用 putImageData() 在 Canvas 上放置一系列图像,但上下文的 globalAlpha 属性似乎没有效果。但是,它与 drawImage() 一起使用。这是它应该如何工作?

该片段不起作用:

cx.globalAlpha = 0.1;
cx.putImageData(imagesData[index], 0, 0);

最佳答案

不,putImageData放置来自 imageData 的纯原始像素,覆盖那里的任何像素。

从规范:

The current path, transformation matrix, shadow attributes, global alpha, the clipping region, and global composition operator must not affect the getImageData() and putImageData() methods.

关于image - Canvas globalAlpha 不影响图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8961009/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com