Class: FilterEffect

FilterEffect

A filter effect is an effect that can be applied to a container that involves applying special pixel effects to that container as it is rendered. Used internally when the filters property is modified on a container

new FilterEffect ()

Implements

Members

filterArea Rectangle

If specified, rather than calculating the bounds of the container that the filter will apply to, we use this rect instead. This is a local rect - so will have the containers transform applied to it

filters readonly

read only filters array - to modify, set it again!

pipe string

the pipe that knows how to handle this effect

Default Value:
  • "filter"

priority number

the priority of this effect

Default Value:
  • 1