使用灰階效果將物件的顏色轉換為 256 階灰階。此篩選器中使用下列參數:
#參數 | ||
---|---|---|
|
##灰色 | 灰色 |
<html> <head> </head> <body> <img src="/css/images/logo.png" alt="CSS Logo" style="Filter: Gray"> <p>Text Example:</p> <div style="width: 357; height: 50; font-size: 30pt; font-family: Arial Black; color: red; Filter: Gray">CSS Tutorials</div> </body> </html>
以上是使用 CSS 將物件的顏色轉換為 256 級灰度的詳細內容。更多資訊請關注PHP中文網其他相關文章!