X射线效果可灰阶并弄平颜色深度。
在此过滤器中使用以下参数-
序号 | 参数及说明 |
---|---|
1。 | X射线 灰度并展平颜色深度。 |
您可以尝试运行以下代码来创建X射线效果-
<html> <head> </head> <body> <img src="/css/images/logo.png" alt="CSS Logo" style="Filter: Xray" /> <p>Text Example:</p> <div style="width: 357; height: 50; font-size: 30pt; font-family: Arial Black; color: red; Filter: Xray;">CSS Tutorials</div> </body> </html>