Class: TiltShiftFilter

TiltShiftFilter

A TiltShift Filter. Manages the pass of both a TiltShiftXFilter and TiltShiftYFilter.
originalfilter

author Vico @vicocotea original filter by Evan Wallace

new TiltShiftFilter (options)

Name Type Attributes Description
options TiltShiftFilterOptions <optional>

Options for the TiltShiftFilter constructor.

Extends

  • Filter

Members

blur number

The strength of the blur.

end PointData

The position to end the effect at.

endX number

The position to end the effect at on the x axis.

endY number

The position to end the effect at on the y axis.

gradientBlur number

The strength of the gradient blur.

start PointData

The position to start the effect at.

startX number

The position to start the effect at on the x axis.

startY number

The position to start the effect at on the x axis.