Transparent blurred background to Canvas

前端 未结 4 1870
礼貌的吻别
礼貌的吻别 2021-01-31 12:33

No idea how to create transparent blurred background to canvas without bluring the canvas childrens too.

This is the result I want - Blur the background

4条回答
  •  走了就别回头了
    2021-01-31 13:15

    You can use the fact that items inside a grid are layout on on top of the other:

    
        
            
                
            
        
        
            
        
    
    

    where "texture-7.jpg" is some image of a texture. if you also want it to be transparent simply set the opacity property of the Image

提交回复
热议问题