Class: RGBSplitFilter

RGBSplitFilter

An RGB Split Filter.
originalfilter

new RGBSplitFilter (options)

Name Type Attributes Description
options RGBSplitFilterOptions <optional>

Options for the RGBSplitFilter constructor.

Extends

  • Filter

Members

DEFAULT_OPTIONS RGBSplitFilterOptions staticreadonly

Default values for options.

blue PointData

Blue channel offset.

Default Value:
  • {x:0,y:0}

blueX number

Amount of x-axis offset for the blue channel.

Default Value:
  • 0

blueY number

Amount of y-axis offset for the blue channel.

Default Value:
  • 0

green PointData

Green channel offset.

Default Value:
  • {x:0,y:10}

greenX number

Amount of x-axis offset for the green channel.

Default Value:
  • 0

greenY number

Amount of y-axis offset for the green channel.

Default Value:
  • 10

red PointData

Red channel offset.

Default Value:
  • {x:-10,y:0}

redX number

Amount of x-axis offset for the red channel.

Default Value:
  • -10

redY number

Amount of y-axis offset for the red channel.

Default Value:
  • 0