D devmobile Active Member Licensed User Jun 23, 2017 #1 Hello I need to blur panel only not bitmap I add panel on many views that i need when click on button,relate panel blur and i can see views behind of panel
Hello I need to blur panel only not bitmap I add panel on many views that i need when click on button,relate panel blur and i can see views behind of panel
Erel B4X founder Staff member Licensed User Longtime User Jun 23, 2017 #2 There are several related libraries that you should try: https://www.b4x.com/android/forum/pages/results/?query=blur&prefix=1,2,3,17,24,29&product=b4a You can also set the panel's color to a semitransparent color. Upvote 0
There are several related libraries that you should try: https://www.b4x.com/android/forum/pages/results/?query=blur&prefix=1,2,3,17,24,29&product=b4a You can also set the panel's color to a semitransparent color.
D devmobile Active Member Licensed User Jun 23, 2017 #3 Erel said: There are several related libraries that you should try: https://www.b4x.com/android/forum/pages/results/?query=blur&prefix=1,2,3,17,24,29&product=b4a You can also set the panel's color to a semitransparent color. Click to expand... I tested related libraries but they are not good. Second solution is good i think I try it but how do i use it? Last edited: Jun 23, 2017 Upvote 0
Erel said: There are several related libraries that you should try: https://www.b4x.com/android/forum/pages/results/?query=blur&prefix=1,2,3,17,24,29&product=b4a You can also set the panel's color to a semitransparent color. Click to expand... I tested related libraries but they are not good. Second solution is good i think I try it but how do i use it?
Erel B4X founder Staff member Licensed User Longtime User Jun 25, 2017 #4 Set the alpha level to 100 (max is 255): B4X: Panel.Color = 0x64800080 Upvote 0