A wrapper allowing to create an effect.

interface FilterCreator {
    makeFilter(target, effectData): Filter;
}

Implemented by

Methods

Methods