roubachof / Sharpnado.MaterialFrame

A modern MAUI (and XF) Frame component supporting blur, acrylic, dark mode. Implemented with RealtimeBlurView on Android (custom blurview) and UIVisualEffectView on iOS.
MIT License
498 stars 26 forks source link

How to set the blur color? #27

Closed Syed-RI closed 8 months ago

Syed-RI commented 8 months ago

Lets say instead of out of box black and white I wanted to apply a pink blur. How do I go about doing that in MAUI?

roubachof commented 8 months ago

You can use the android and winui specific properties:

AndroidBlurOverlayColor and WinUIBlurOverlayColor

the ios api doesn't support this

Syed-RI commented 8 months ago

Thanks @roubachof ! Here is an promising alternative with said feature (TintColor): https://github.com/sswi/AcrylicView.MAUI

roubachof commented 8 months ago

Ahah I saw that he just took the android implementation from this repo ! But he mentioned it in the read me so it's fine