Interface: RGBSplitFilterOptions

RGBSplitFilterOptions

Options for the RGBSplitFilter constructor.

Properties:
Name Type Default Description
blue OffsetType {x:0,y:0}

The amount of offset for the blue channel.

green OffsetType {x:0,y:10}

The amount of offset for the green channel.

red OffsetType {x:-10,y:0}

The amount of offset for the red channel.

Members

blue OffsetType

The amount of offset for the blue channel.

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

green OffsetType

The amount of offset for the green channel.

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

red OffsetType

The amount of offset for the red channel.

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