反轉效果用於將物件的顏色對應到色譜中的相反值,即建立負像。
此篩選器中使用下列參數:
Sr.No | 參數及說明 |
---|---|
1 | 反反 將物件的顏色對應到色譜中的相反值。 |
您可以嘗試執行以下程式碼來實現反轉效果:
現場示範
<html> <head> </head> <body> <img src = "/images/css.gif" alt = "CSS Logo" style = "Filter: invert" /> <p>Text Example:</p> <div style = "width: 357; height: 50; font-size: 30pt; font-family: Arial Black; color: red; Filter: invert"> CSS Tutorials </div> </body> </html>
以上是使用 CSS 設定反轉效果的詳細內容。更多資訊請關注PHP中文網其他相關文章!