[orx-fx] Make filters Filter1to1 or Filter2to1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user