2016-07-15 91 views
0

我想知道如何在tkinter中創建模糊透明效果。我已經知道如何使用透明度效果添加到窗口Tkinter:創建模糊透明度

root=Tk() 
root.attributes("-alpha",0.95) 

但是,如何添加模糊部分?

回答