Filter3to1
A filter implementation that processes three input color buffers and outputs to a single target color buffer.
This class is a specialization of the Filter
class designed to handle operations involving three input color buffers and a single output. A shader can be optionally provided and monitored with an optional ShaderWatcher
.
Parameters
An optional shader used for rendering purposes.
An optional shader watcher for monitoring shader changes.
See also
Constructors
Functions
Applies a filter operation using the given source and target arrays of ColorBuffer
. Optionally, a clipping rectangle can be used to define the region for the filter operation.
Applies a filter operation using the given source array of ColorBuffer
and the target ColorBuffer
. Optionally, a clipping rectangle can be used to define the region for the filter operation.
Applies a filter operation using the given source and target using a shader program. Optionally, a clipping rectangle can be used to define the region for the filter operation. Custom shader parameters are applied where applicable.
Applies a filter operation using the given source ColorBuffer
and target array of ColorBuffer
. Optionally, a clipping rectangle can be used to define the region for the filter operation.
Applies a processing operation using three input color buffers and a single output color buffer.