FunctionPostStep

class FunctionPostStep(val function: (MutableMap<String, ColorBuffer>) -> Unit) : PostStep(source)

Constructors

Link copied to clipboard
constructor(function: (MutableMap<String, ColorBuffer>) -> Unit)

Properties

Link copied to clipboard
val function: (MutableMap<String, ColorBuffer>) -> Unit

Functions

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