deg
%
%
%
Vignette On
px

Offset-X
px
Offset-Y
px
Spread
px
Color

Preset Filters

-webkit-filter: blur({{image.blur}}px) brightness({{image.brightness}}) contrast({{image.contrast}}) drop-shadow({{image.shadowX}}px {{image.shadowY}}px {{image.shadowSpread}}px {{image.shadowColor}}) grayscale({{image.grayscale}}) hue-rotate({{image.hueRotate}}deg) invert({{image.invert}}%) opacity({{image.opacity}}) saturate({{image.saturate}}%) sepia({{image.sepia}}%);

filter: blur({{image.blur}}px) brightness({{image.brightness}}) contrast({{image.contrast}}) drop-shadow({{image.shadowX}}px {{image.shadowY}}px {{image.shadowSpread}}px {{image.shadowColor}}) grayscale({{image.grayscale}}) hue-rotate({{image.hueRotate}}deg) invert({{image.invert}}%) opacity({{image.opacity}}) saturate({{image.saturate}}%) sepia({{image.sepia}}%);