Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> CSS

CSS Chroma Filter


Chroma Filter ใช้เพื่อทำให้สีใดๆ โปร่งใส และมักจะใช้กับรูปภาพ คุณสามารถใช้กับแถบเลื่อนได้เช่นกัน

ตัวอย่าง

การใช้ตัวกรอง CSS Chroma -

<html>
   <head>
   </head>
   <body>
      <img src = "/images/css.gif" alt = "CSS Logo" style = "Filter: Chroma(Color = #FFFFFF)">
      <p>Text Example:</p>
      <div style = "width: 580; height: 50; font-size: 30pt; font-family: Arial Black; color: #3300FF;
         Filter: Chroma(Color = #3300FF)">CSS Tutorials</div>
   </body>
</html>