Skip to content

Commit

Permalink
Added comment for GaussianBlur class.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPro committed Feb 28, 2021
1 parent 9733ebd commit 49d135a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AwesomeWallpaper/Drawing/GaussianBlur.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace AwesomeWallpaper.Drawing
{
/// <summary>
/// https://github.com/mdymel/superfastblur
/// </summary>
public class GaussianBlur
{
private readonly int[] _alpha;
Expand Down

0 comments on commit 49d135a

Please sign in to comment.