API Docs for: 2.1.0
Show:

RGBSplitFilter Class

An RGB Split Filter.

Constructor

RGBSplitFilter

()

Methods

syncUniforms

()

Syncs the uniforms between the class object and the shaders.

Properties

blue

Point

Blue offset.

fragmentSrc

Array private

green

Point

Green channel offset.

padding

Number

passes

Array an array of filter objects private

An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion. For example the blur filter has two passes blurX and blurY.

red

Point

Red channel offset.

shaders

Array an array of shaders private

uniforms

Object private