Hi,
I’m trying to blur a bitmap data object but the target platform is Android / Mobile which doesn’t support (as far as I’m aware) filters.
Has anyone got any ideas how a blur effect can be achieved? I have a bitmap, 256 X 256 that needs blurring, it’s not in a game loop so could loop through the bitmap data but not sure where to start …

