HTML5 Canvas RGBA 图片滤镜
要使用滤镜在Konva.Image
我们必须首先使用cache()
函数
然后使用滤镜在filter()
函数。
要使用Konva
更改图像的rgba组合,我们可以使用Konva.Filters.RGBA
。
查看所有可用的滤镜,请查看滤镜文档。
说明:滑动控件以更改rgba值。
For all available filters go to Filters Documentation.
{% iframe /downloads/code/filters/RGBA.html %}
{% include_code Konva RGBA Image Demo filters/RGBA.html %}