To flatten the color depth you need to create X-rays.
The following parameters are used in this filter-
S.No | Parameters and description |
---|---|
1 | Xray
You can try running the following code to create an X-ray effect -
Live Demo
<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>
The above is the detailed content of Flatten color depth using CSS. For more information, please follow other related articles on the PHP Chinese website!