Browse Source

Tweak polaroid filter

Former-commit-id: cbda7503fd2aab39b3b0f4d6c9e55410cfdfce75
Former-commit-id: 4d6485b0f3af32114c0ebe48e95e39009cd76a70
Former-commit-id: 7962ca9a58b3e5dcd36792ff6e5f01abb6d07785
af/merge-core
James Jackson-South 10 years ago
parent
commit
7ddf8db6eb
  1. 2
      src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs

2
src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs

@ -35,7 +35,7 @@ namespace ImageProcessor.Filters
new Vignette { Color = new Color(102 / 255f, 34 / 255f, 0) }.Apply(target, target, targetRectangle);
new Glow
{
Color = new Color(1, 153 / 255f, 102 / 255f),
Color = new Color(1, 153 / 255f, 102 / 255f, .7f),
RadiusX = target.Width / 4f,
RadiusY = target.Width / 4f
}

Loading…
Cancel
Save