getBlendFilter
getBlendFilter(blendMode: PIXI.BLEND_MODES) → {}
Get a memoized BlendFilter for the passed blend mode. This expects blendFullArray to have the blending code beforehand.
If you changed the blending code in blendFullArray, this won't create a new blend filter due to memoization!
| Name | Type | Description |
|---|---|---|
| blendMode | PIXI.BLEND_MODES |
The blend mode desired. |
| Type | Description |
|---|