Gradient Fog Filter

:sob:
Oh no, I forgot about that.

1 Like

Thanks for sharing, yeah java.awt packages don’t exist on Android, you have to rewrite the AWT part with the same package names and classes if you want to use the same code, it will be effectively the same to wrap this AWT code into an interface and create platform-specific extensions for it on each platform.