css properties of the filter

Original:

1) filter: grayscale (100%) // 100% gray

 2) filter: blur (5px) // 5px blur

 3) filter: brightness (300%) // 3 times brighter

 4) filter: contrast (200%) // 200% Contrast

 5) filter: saturate (200%) // 200% saturation

 6) filter: hue-rotate (180deg) // 180 degrees hue rotation

 7) filter: invert (100%) // 100% anti-color

 8) filter: opacity (50%) // 50% transparency

 9) filter: drop-shadow (10px 5px 5px # f00) // shadow

 10) filter: sepia (70%) // Brown extent of 70%

 Reference: https://juejin.im/post/5df3a049f265da33f8652882

Guess you like

Origin www.cnblogs.com/boreguo/p/12083673.html