B4A Library [B4X] [BitmapCreator] BlurredDialog - Erel    Oct 14, 2020   (25 reactions) .BlurBackground =True https://www.b4x.com/basic4android/images/BlurredDialog.gif https://www...-2018-04-22_16.20.33.png This class uses BitmapCreator to blur the background and show a panel at the center of the screen. It is compatible with B4A, B4J and B4i. Call Show to blur the background and show a panel. Call Close to hide the panel and remove the blurring. Usage example: Sub ShowBlurredDialog_Example Dim p As B4XView = xui.CreatePanel("") p.SetLayoutAnimated(0, 0, 0... B4A Class fsGlassmorphism(View with a blurred background) - Filippo    Sep 16, 2025   (14 reactions) Hi,
This is my first experiment with glassmorphism.
The class “fsGlassmorphism.bas” can be used to create a view with a blurred background and works with B4a and B4i.
The test project can be run with B4a and B4i.
Anyone can expand and improve the project as they wish.
The expansions or... B4J Library [B4X] B4J/B4A: Blur Image Effect - Peter Simpson    Feb 10, 2026   (11 reactions) transition blur effect
For i = 0 To 99
BI.BlurAsync(Img, i)
Sleep(20) '20 milliseconds per transition for slow blur
Next
End Sub
Sub BI_BlurDone(Blurred As Object)
Dim Bmp As B4XBitmap = Blurred
If Bmp.IsInitialized = False Then Return
ImageView1.SetBitmap(Bmp... B4A Library [B4X] BitmapCreator Effects - Erel    Apr 29, 2021   (31 reactions)   tags: image effect flip, BitmapCreator, Effect, B4X BitmapCreator Effects BitmapCreatorEffects class includes all kinds of very simple to use image effects.
The class is cross platform and compatible with B4J (v6.3+), B4A (v8.3+) and B4i (v5.0+).
Example:
'Greyscale an image:
Dim GreyImage As B4XBitmap = effects.GreyScale(ExistingBmp)
'Blur an image:
Dim BlurImage As B4XBitmap = effects.Blur(ExistingBmp)
272558725
The attached examples demonstrate... B4A Library b4aFastBlurUtil - cambopad (first post)    Oct 12, 2016   (1 reaction) Cool! Will try this out!... B4A Library LowPoly - DonManfred    Sep 19, 2016   (15 reactions) This is a wrap for this github-project LowPoly Author: DonManfred (wrapper) Version: 1 Methods: generate (input As Bitmap, blur As Int) As Bitmap input: blur: Return type: @return: getTriangles (pixels() As Int, width As Int, height As Int, pointNum As Int) As Int LowPoly Methods: Initialize (EventName As String) IsInitialized As Boolean generate (input As Bitmap, blur As Int) As Bitmap ... B4A Library CaptchaView - jahswant    May 10, 2021   (10 reactions) ) SetVisibleAnimated (arg0 As Int, arg1 As Boolean) enableDotBlur (enable As Boolean) enableLineBlur (enable... B4A Library [B4A] [XUI] BMPopUp v1.2 - Brian Michael    May 5, 2024   (44 reactions) or Get the PopUp Background Image
_setblureffect (Blur As boolean) As String
Set or Get Blur Effect
_setblurscale (Scale As int) As String
Set or Get Blur Scale Effect
_setclose (Close As boolean... B4A Library PuzzleTak_AudioPlayer and Visualizer - PABLO2013 (first post)    Oct 26, 2024 Hello, thank you, it indicates that these libraries are missing.
Dim downloader_cover As Amir_Retrofit
Dim imageCoverBlur As Hitex_ImageView
Dim palette As PaletteBuilder... B4A Library [B4X][B4A] 🌼 B4XDaisyModal - Modern, Elegant, and Highly Customizable Modals (100% DaisyUI Parity!) - Mashiane    Mar 18, 2026   (6 reactions) Effects: Apply stunning blur and glass styles effortlessly with GlassSize presets ranging from glass... Page: 1   2   3   4   |