makeMatrixConvolution

fun makeMatrixConvolution(kernelW: Int, kernelH: Int, kernel: FloatArray?, gain: Float, bias: Float, offsetX: Int, offsetY: Int, tileMode: FilterTileMode, convolveAlpha: Boolean, input: ImageFilter?, crop: IRect?): ImageFilter