CSS Attributes Index CSS Filters
Takes the selected visual object, paints the transparent pixels a specific color, and makes a transparent mask from its nontransparent pixels.
{ filter: mask ( color=color ) }
color |
Color that the transparent regions are painted. Color is expressed in #RRGGBB format, where RR is the red hexadecimal value, GG is the green hexadecimal value, and BB is the blue hexadecimal value. |
CSS Filter Properties and Methods