From 7ddf8db6ebf61c2e8bbd2955898bad97510b878f Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 7 Jan 2016 19:38:11 +1100 Subject: [PATCH] Tweak polaroid filter Former-commit-id: cbda7503fd2aab39b3b0f4d6c9e55410cfdfce75 Former-commit-id: 4d6485b0f3af32114c0ebe48e95e39009cd76a70 Former-commit-id: 7962ca9a58b3e5dcd36792ff6e5f01abb6d07785 --- src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs b/src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs index ddaccab5f..08961bf7a 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs +++ b/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 }