post

fun <F : Filter1to1> Layer.post(filter: F, configure: F.() -> Unit = {}): F(source)

add a post-processing filter to the layer


fun <F : Filter2to1> Layer.post(filter: F, input1: Layer, configure: F.() -> Unit = {}): F(source)
fun <F : Filter3to1> Layer.post(filter: F, input1: Layer, input2: Layer, configure: F.() -> Unit = {}): F(source)