How to use backdrop filters with the imperative API? #3094
Unanswered
mswpearson
asked this question in
Q&A
Replies: 2 comments
-
The API allow you to use the declarative components even in offscreen:
But you can also indeed do it with the imperative API using
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @wcandillon thanks for you help on this - didn't really end up using this solution but am now keen to try it again. Having a couple of issues replicating your first code snippet, I don't see any function like SkiaSGRoot in the API, is that something in a newer version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I have a React component which uses the
BackdropBlur
component to blur a specific area of an image, I've added a snippet of the code below.I am now trying to use the imperative API to replicate this effect on an offscreen canvas, but it doesn't look like backdrop filters are available on the API?
Is there a way I can achieve this? I'm sure it must be possible just can't find the correct thing to do. Thanks
Beta Was this translation helpful? Give feedback.
All reactions