使用CSS展平颜色深度

要展平颜色深度,您需要创建X射线。

在此过滤器中使用以下参数-

序号参数及说明
1X射线
灰度并展平颜色深度。

示例

您可以尝试运行以下代码来创建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>