BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <style> img { -webkit-filter: saturate(800%); /* Chrome, Safari, Opera */ filter: saturate(800%); } </style> </head> <body> <p>转换图像饱和度:</p> <img alt="Pineapple" height="300" src="pineapple.jpg" width="300"> <p><strong>注意:</strong> Internet Explorer 不支持 filter 属性。</p> </body> </html>
运行结果