transparent blurry background #1395
Unanswered
rayan-mazouz
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Currently, there is no way to apply blur in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make an app with a transparent background with gaussian blur, like this :
I managed to have a transparent background with
fn background_color(&self) -> Color {
····Color::TRANSPARENT
}
is there any way to apply blur with iced ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions