要使颜色深度变平,您需要创建 x 射线。
此过滤器中使用以下参数 -
s.no参数及说明
1 xray灰度化并展平颜色深度。
tbody>
示例您可以尝试运行以下代码来创建 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; style = "filter: xray">css tutorials</div> </body></html>
以上就是使用 css 使颜色深度变平的详细内容。