[orx-fx] Make filters Filter1to1 or Filter2to1

This commit is contained in:
Edwin Jakobs
2023-02-01 23:01:19 +01:00
parent c98bb4082c
commit 443b7f4155
4 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ class PoissonBlender(val width: Int, val height: Int, type: ColorType = ColorTyp
}
class PoissonBlend: Filter() {
class PoissonBlend: Filter2to1() {
private var blender: PoissonBlender? = null
val alphaToBitmap = AlphaToBitmap()