Make text more visible on blur image

Viewed 480

This is how I make Blur:

await BlurBackround.Blur(value: 7, duration: 10, delay: 0).StartAsync();

This is how it looks like: enter image description here

Problem is on white elements of image. It is any way to make image more darker before blur or make text letters black border?

2 Answers
Related