Dima Avdeev
06/02/2020, 5:49 AMsuspend fun main() = Korge(...) {
this.filter = BlurFilter()
this.invalidate()
...
but after that screen is black.
Is it possible to add custom filter to the Stage, or another Container ?Deactivated User
06/02/2020, 6:36 AMDima Avdeev
06/02/2020, 8:49 PMfilter = ColorMatrixFilter(ColorMatrixFilter.GRAYSCALE_MATRIX)
Maybe problem with BlurFilter()