bruno.aybar
03/03/2021, 10:39 PMCanvas
?romainguy
03/04/2021, 12:03 AMromainguy
03/04/2021, 12:03 AMRenderEffect
APIMatt Rea
03/04/2021, 2:23 AMbruno.aybar
03/04/2021, 3:52 AMshadow
modifier. I think it uses graphics layer internally and eventually interacts with the render API, but I got lost in the process.Matt Rea
03/04/2021, 4:03 AMbruno.aybar
03/04/2021, 4:04 AMCanvas
😅Nader Jawad
03/04/2021, 7:48 PMRenderEffect
api to the compose framework. If you are very keen on getting this to work today there are ways to do so but requires some compose interop usage of the RenderNode
API and configuring the blur on that and drawing into the compose canvasbruno.aybar
03/04/2021, 8:17 PMromainguy
03/25/2021, 4:03 PMView
, it can blur a Bitmap
romainguy
03/25/2021, 4:03 PMBitmap
first (or use PixelCopy
) and then blur the resultHeikki Rauhala
03/30/2021, 12:01 PM