# Filter

Apply the filter provided by CSS.

# Type of filter

You can specify various filters.

blur (5px);
brightness (0.4);
contrast (200%);
drop-shadow (16px 16px 20px blue);
grayscale (50%);
hue-rotate (90deg);
invert (75%);
opacity (25%);
saturate (30%);
sepia (60%);
1
2
3
4
5
6
7
8
9
10

# Apply multiple filters

You can apply multiple filters to have multiple effects at the same time.

# SVG Filter applied

You can also apply the SVGFilter in Assets. SVG Filters provide many more and more effects than the built-in filters.

The SVG Filter is described in detail in Assets.

Last Updated: 2020. 5. 21. 오전 12:42:00