Chroma Filter는 특정 색상을 투명하게 만드는 데 사용되며 일반적으로 이미지에 사용됩니다. 스크롤바와 함께 사용할 수도 있습니다.
예시
CSS 크로마 필터 구현 -
<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>