Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 authored Jun 24, 2017
1 parent d8d625e commit dea5e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ AttachedStaticCompositionEffect<Border> attached = await BlurBorder.AttachCompos
800, // The milliseconds to initially apply the blur effect with an automatic animation
Color.FromArgb(byte.MaxValue, 0x1B, 0x1B, 0x1B), // The tint overlay color
0.8f, // The ratio of tint overlay over the source effect (the strength of the tint effect)
null, // Use the default saturation value for the effect (1)
Win2DCanvas, // A CanvasControl in the current visual tree, used to render parts of the acrylic brush
new Uri("ms-appx:///Assets/Misc/noise.png")); // A Uri to a custom noise texture to use to create the effect
```
Expand Down

0 comments on commit dea5e75

Please sign in to comment.