ImageFlowProcessor

class ImageFlowProcessor(val width: Int, val height: Int)(source)

Helper class for processing the image flow between two color buffers and writing the result to a third one. All color buffers are expected to have the same width and height.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
fun process(src: ColorBuffer, dest: ColorBuffer, result: ColorBuffer)

Calculates the image flow between src and dest, writing the result into result.