This is how I make Blur:
await BlurBackround.Blur(value: 7, duration: 10, delay: 0).StartAsync();
Problem is on white elements of image. It is any way to make image more darker before blur or make text letters black border?
This is how I make Blur:
await BlurBackround.Blur(value: 7, duration: 10, delay: 0).StartAsync();
Problem is on white elements of image. It is any way to make image more darker before blur or make text letters black border?