FilterPostStep

class FilterPostStep<T : Filter>(val outputScale: Double, val filter: T, val inputs: List<String>, val output: String, val outputFormat: ColorFormat, val outputType: ColorType, val update: T.(PostContext) -> Unit? = null) : PostStep(source)

Constructors

Link copied to clipboard
constructor(outputScale: Double, filter: T, inputs: List<String>, output: String, outputFormat: ColorFormat, outputType: ColorType, update: T.(PostContext) -> Unit? = null)

Properties

Link copied to clipboard
val filter: T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val outputFormat: ColorFormat
Link copied to clipboard
Link copied to clipboard
val outputType: ColorType
Link copied to clipboard

Functions

Link copied to clipboard
open override fun apply(buffers: MutableMap<String, ColorBuffer>, postContext: PostContext)