gpt4 book ai didi

jquery - 为图像着色的颜色选择器(HTML、CSS、网络)

转载 作者:可可西里 更新时间:2023-11-01 13:08:31 26 4
gpt4 key购买 nike

我正在尝试找到一个很好的解决方案来使用一张图片,但使用 CSS/HTML 或其他轻量级的东西在图片上应用滤镜或色调。

例如,

enter image description here

理想情况下,我只想在页面上使用 1 张图像,然后根据颜色选择器将透明滤镜/图像放在最上面,但还没有像这样把它放在一边之前。

谢谢

最佳答案

我不会为您编写代码,而是为您指明正确的方向。

从这里开始使用 css3 过滤器 --> http://css-tricks.com/almanac/properties/f/filter/

这将向您展示如何将滤镜应用于图像并根据需要更改颜色。

Next for your colour picker you would make some sorta javascript that when a specific colour is picked it would change the class of that image.有点像……

document.getElementById("MyElement").className = "MyClass";

document.getElementById(id).style.property=new style

使用类似的东西

 <button onclick="yourColourPickerFunction()">Click me</button> 

希望对你有帮助

关于jquery - 为图像着色的颜色选择器(HTML、CSS、网络),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28681614/

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