Skip to content

Commit 49d135a

Browse files
committed
Added comment for GaussianBlur class.
1 parent 9733ebd commit 49d135a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AwesomeWallpaper/Drawing/GaussianBlur.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
namespace AwesomeWallpaper.Drawing
99
{
10+
/// <summary>
11+
/// https://github.com/mdymel/superfastblur
12+
/// </summary>
1013
public class GaussianBlur
1114
{
1215
private readonly int[] _alpha;

0 commit comments

Comments
 (0)