From 1fcb3bbfadcbd89b81993f90af1ebf5876b62d13 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: 1012b7630f18dbec37037c20e19a493855520156 Former-commit-id: 87de6ed021c02b86c3e4079c4231fb5557ba8dfe Former-commit-id: 0dbcb7508fca5a7b9fa959985255a4c64d0abde5 --- 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 }